List Monitoring
Get monitored items list
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
array
of
MonitoringMonitoredItem
of type application/json
list of names
[
{
"category": "string",
"description": "string",
"id": "string",
"instance": "string",
"name": "string",
"units": "string"
}
]
category Ex: network, storage etc
monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0
monitored item ID Ex: CPU, MEMORY 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.
instance name Ex: eth0
monitored item name Ex: “Network write speed”
Y-axis label EX: “Mbps”, “%”
Errors
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/appliance/monitoring
x-vmw-doc-operation: list