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