Query Monitoring
DescriptionGet monitoring data.
Request
URLURL
Query Parameters
Query Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
array
of
MonitoringMonitoredItemData of type application/json
list of MonitoredItemData structure
{
"data": [
"string"
],
"end_time": "string",
"function": "enum",
"interval": "enum",
"name": "string",
"start_time": "string"
}
list of values
End time in UTC
aggregation function
Possible values are: COUNT , MAX , AVG , MIN
interval between values in hours, minutes
Possible values are: MINUTES30 , HOURS2 , MINUTES5 , DAY1 , HOURS6
Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.monitoring. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.monitoring.
Start time in UTC