Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetOverview
Retrieve high-level platform overview including VM, host, and cluster counts
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
platformUuidStringUUID of the platform to retrieve overview for UUID of the platform to retrieve overview for
Responses
Endpoint
GET/api/v1/monitoring/overview
/api/v1/monitoring/overview
Request Example
curl -X GET '{host}/api/v1/monitoring/overview' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalVms": 500,
"runningVms": 480,
"stoppedVms": 20,
"totalHosts": 32,
"onlineHosts": 31,
"totalImages": 50,
"clusters": [
{}
]
}Change History
This API has no change history records yet.
