MetricsObjectResultEntry
MetricsObjectResultEntry
Metrics results per object.
JSON Example
{
"object_id": "string",
"node_id": "string",
"node_path": "string",
"node_name": "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.
last_known_status
Optional
Time series data points for a distinct metric. Note that 'status' metrics (when is_status_metric is 'true') are reported/plotted only when the value of such metrics changes/transitions. A last_known_status will be populated for 'is_status' metrics if no transitions are present in the queried time range.