Get Entity History Data
Response
Returns the set of data points containing entity’s history data.
Each data point contains the following fields:
Field | Type | Description |
---|---|---|
metric |
String |
Metric name. |
tags.entity |
String |
The ID of the entity prefixed by the type of the entity. The format is |
aggregateTags |
Array |
|
dps |
Array<DataPoint> |
An array of data points. Each data point is represented by an array that contains two values. The first one is a timestamp, the second one is value. |