Monitoring & Collection/Auto Remediation
POSTMonitoringSince 1.0SynchronousAuth Required
GenerateRemediationActions
Generate candidate remediation actions for a given resource failure scenario
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
resourceTypeStringRequiredType of the failing resource
Example: host
resourceIdStringRequiredUUID of the failing resource
Example: host-001-xyz
resourceNameStringRequiredDisplay name of the failing resource
Example: compute-node-01
failureTypeStringRequiredType of failure to remediate
Example: hardware_failure
Responses
Endpoint
POST/api/v1/monitoring/remediation/actions
/api/v1/monitoring/remediation/actions
Request Example
curl -X POST '{host}/api/v1/monitoring/remediation/actions' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"resourceType":"host","resourceId":"host-001-xyz","resourceName":"compute-node-01","failureType":"hardware_failure"}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
