Monitoring_MonitoredItem
Monitoring.MonitoredItem structure Structure representing requested monitored item data.
{
"id": "string",
"name": "string",
"units": "string",
"category": "string",
"instance": "string",
"description": "string"
}
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.
monitored item name Ex: "Network write speed"
Y-axis label EX: "Mbps", "%"
category Ex: network, storage etc
instance name Ex: eth0
monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0