Monitoring & Collection/Auto Remediation
POSTMonitoringSince 1.0SynchronousAuth Required
ExecuteRemediationAction
Execute a remediation action against the target resource
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
actionIdStringRequiredUUID of the action to execute
Responses
Endpoint
POST/api/v1/monitoring/remediation/actions/{actionId}/execute
/api/v1/monitoring/remediation/actions/{actionId}/execute
Request Example
curl -X POST '{host}/api/v1/monitoring/remediation/actions/{actionId}/execute' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"actionId": "action-001-abc",
"status": "running",
"startTime": "example",
"message": "Migration started for 4 VMs"
}Change History
This API has no change history records yet.
