Monitoring & Collection/Auto Remediation
POSTMonitoringSince 1.0SynchronousAuth Required
TriggerRemediation
Immediately trigger a remediation policy execution for a specific 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
policyIdStringRequiredUUID of the policy to trigger
Body Fields
agentIdStringRequiredUUID of the agent to apply the remediation to
Example: agent-001-xyz
Responses
Endpoint
POST/api/v1/monitoring/remediation-policies/{policyId}/trigger
/api/v1/monitoring/remediation-policies/{policyId}/trigger
Request Example
curl -X POST '{host}/api/v1/monitoring/remediation-policies/{policyId}/trigger' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"agentId":"agent-001-xyz"}'
Response Example
200{
"id": "exec-001-abc",
"policyId": "policy-001-abc",
"agentId": "agent-001-xyz",
"triggeredAt": "example",
"action": "restart_service",
"status": "succeeded",
"verifiedAt": "example",
"error": "connection refused"
}Change History
This API has no change history records yet.
