MetricEntitiesResponse

MetricEntitiesResponse
MetricEntitiesResponse

Response object containing metrics and total count

JSON Example
{
    "total": 50,
    "page_count": 5,
    "entity": [
        {
            "description": "Network interface and port objects",
            "domain": "string",
            "metricType": "RRU",
            "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"
                }
            ],
            "sub_domains": [
                "3GPP",
                "vRAN"
            ],
            "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

entity
Optional

Describes the metricType , metics, tco internal