MetricObject

MetricObject
MetricObject

Response object containing metrics for given range and metric type

JSON Example
{
    "timestamp": 1652360999,
    "deviceName": "qa-npm",
    "deviceType": "Router",
    "metrictype": "Memory",
    "FreeMemory": "250",
    "MaxMemory": "250",
    "entityName": "MEM-qa-npm/FLASH-1.1",
    "entityType": "Memory"
}
integer
timestamp
Optional

timestamp when metric is collected in device

string
deviceName
Optional

Device instance name belongs to device type

string
deviceType
Optional

Device type or class name

string
metrictype
Optional

Metric type defined in catalog

string
FreeMemory
Optional

metric-name for metric-type defined in catalog

string
MaxMemory
Optional

metric-name for metric-type defined in catalog

string
entityName
Optional

Entity name on which metrics collected

string
entityType
Optional

Entity to which entity name belongs