ObjectInfoMetricKeyResultEntry
ObjectInfoMetricKeyResultEntry
Object info entry per metric key results
JSON Example
{
"key": "string",
"object_results": [
{
"object_id": "string",
"object_description": "string",
"node_id": "string",
"node_path": "string",
"node_name": "string"
}
]
}
string
key
Optional
Metric key. e.g. edge_cpu_core.avg_cpu_metrics
array of ObjectMetaInfo
object_results
Optional
Data per object or sub resource. If a metrics key is associated with a nodeid/objectid then we will have the results or it will be empty.