MetricsObjectResultEntry
Metrics results per object.
{
"object_id": "string",
"node_id": "string",
"node_path": "string",
"node_name": "string",
"last_known_value": "string",
"data": [
{
"time": 0,
"value": "string"
}
]
}
Object id of the sub resource for which metrics is being reported.
Node id on which the object is being discovered or running.
Node intent path if available.
Node Name.
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.
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.