MonitoringMonitoredItemData
Monitoring.MonitoredItemData structure Structure representing monitored item data.
Properties
array of
string
data
Required
list of values
string
end_time
Required
End time in UTC
string
name
Required
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.
string
start_time
Required
Start time in UTC
JSON Example
{
"data": [
"string"
],
"end_time": "string",
"function": "enum",
"interval": "enum",
"name": "string",
"start_time": "string"
}