Monitoring & Collection/Auto Remediation
GETMonitoringSince 1.0SynchronousAuth Required
PreviewRemediationAction
Preview the expected impact and execution steps of a remediation action before running it
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 preview
Responses
Endpoint
GET/api/v1/monitoring/remediation/actions/{actionId}/preview
/api/v1/monitoring/remediation/actions/{actionId}/preview
Request Example
curl -X GET '{host}/api/v1/monitoring/remediation/actions/{actionId}/preview' -H 'Authorization: Bearer {token}'
Response Example
200{
"actionId": "action-001-abc",
"affectedVms": 4,
"expectedDowntime": "30s",
"rollbackPlan": "Revert VM placements to original host if migration fails",
"steps": []
}Change History
This API has no change history records yet.
