Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetVMHierarchy
Get the full resource hierarchy for a virtual machine (VM → host → cluster → zone)
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the virtual machine to retrieve hierarchy for
Responses
Endpoint
GET/api/v1/monitoring/topology/vm/{uuid}/hierarchy
/api/v1/monitoring/topology/vm/{uuid}/hierarchy
Request Example
curl -X GET '{host}/api/v1/monitoring/topology/vm/{uuid}/hierarchy' -H 'Authorization: Bearer {token}'
Response Example
200{
"vm": {},
"host": {},
"cluster": {},
"zone": {}
}Change History
This API has no change history records yet.
