MetricsObjectResultEntry

MetricsObjectResultEntry
MetricsObjectResultEntry

Metrics results per object.

JSON Example
{
    "object_id": "string",
    "node_id": "string",
    "node_path": "string",
    "node_name": "string",
    "last_known_value": "string",
    "last_known_status": {
        "time": 0,
        "value": "string"
    },
    "data": [
        {
            "time": 0,
            "value": "string"
        }
    ]
}
string
object_id
Optional

Object id of the sub resource for which metrics is being reported.

string
node_id
Optional

Node id on which the object is being discovered or running.

string
node_path
Optional

Node intent path if available.

string
node_name
Optional

Node Name.

string
last_known_value
Optional

This is a deprecated field, please use 'last_known_status' instead. A last known value will be populated for 'is_status_metrics' if no values are present in the queried time range. Note that such 'status' metrics (when is_status_metric is 'true') are reported/plotted only when the value of such metrics changes/transitions.

last_known_status
Optional

a simple timetamp to float data point

data
Optional

Time series data points specific to the entity_id/object_id. Note that 'status' metrics (when is_status_metric is 'true') are reported/plotted only when the value of such metrics changes/transitions.