Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
TriggerProbe
Trigger an auto-discovery probe on the target agent to detect running services
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 trigger probe on
Responses
Endpoint
POST/api/v1/agents/{uuid}/probe
/api/v1/agents/{uuid}/probe
Request Example
curl -X POST '{host}/api/v1/agents/{uuid}/probe' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"agentId": "agent-abc123-def456",
"timestamp": "example",
"detectedServices": [
{}
],
"probeTimeMs": 1200
}Change History
This API has no change history records yet.
