Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetHostVMs
List all virtual machines currently running on a specific physical host
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 physical host to list VMs for
Responses
Endpoint
GET/api/v1/monitoring/topology/host/{uuid}/vms
/api/v1/monitoring/topology/host/{uuid}/vms
Request Example
curl -X GET '{host}/api/v1/monitoring/topology/host/{uuid}/vms' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
