MetricEntitiesResponse
MetricEntitiesResponse
Response object containing metrics and total count
JSON Example
{
"total": 50,
"page_count": 5,
"entity": [
{
"description": "Network interface and port objects",
"deviceType": "Router",
"entityType": "Interface",
"metrics": [
{
"name": "ifInUnknownProtos",
"datatype": 10,
"description": "The number of packets received via the interface which were discarded because of an unknown or unsupported protocol",
"range": "Non negative integers",
"unit": "Pkts",
"max": 90,
"min": -1
}
],
"properties": [
{
"description": "string",
"name": "entityName, dataSource, deviceName, entityType, deviceType",
"values": [
"Host"
]
}
],
"tags": [
{
"description": "string",
"name": "string"
}
],
"tco_internal": [
"type",
"colltimestamp",
"instance",
"processedTimestamp"
]
}
]
}
integer As int64 As int64
total
Required
Total number of metric entities
integer As int64 As int64
page_count
Required
Total number of pages in response