Monitoring & Collection/Monitoring Query & Overview
POSTMonitoringSince 1.0SynchronousAuth Required
AnalyzeImpact
Analyze the blast radius of a hypothetical resource failure and recommend remediation actions
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
rootResourceTypeStringRequiredResource type of the root failure (e.g. host, cluster)
Example: host
rootResourceIdStringRequiredUUID of the failing root resource
Example: host-001-xyz
failureTypeStringRequiredType of failure being simulated (e.g. hardware_failure, network_loss)
Example: hardware_failure
Responses
Endpoint
POST/api/v1/monitoring/topology/impact-analysis
/api/v1/monitoring/topology/impact-analysis
Request Example
curl -X POST '{host}/api/v1/monitoring/topology/impact-analysis' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"rootResourceType":"host","rootResourceId":"host-001-xyz","failureType":"hardware_failure"}'
Response Example
200{
"rootResource": {},
"affectedResources": [
{}
],
"summary": {},
"recommendedActions": [
{}
]
}Change History
This API has no change history records yet.
