Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
ApplyRecommendations
Apply probe-recommended collector configurations for selected services on an agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the agent to apply recommendations to
Body Fields
serviceNamesListRequiredService names
Example: item1,item2
Responses
Endpoint
POST/api/v1/agents/{uuid}/probe/apply-recommendations
/api/v1/agents/{uuid}/probe/apply-recommendations
Request Example
curl -X POST '{host}/api/v1/agents/{uuid}/probe/apply-recommendations' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"serviceNames":"item1,item2"}'
Response Example
200{}Change History
This API has no change history records yet.
