MetricsResourceResultEntry
MetricsResourceResultEntry
Metrics results per resource entity.
JSON Example
{
"resource_id": "string",
"resource_ref_id": "string",
"site_id": "string",
"key_results": [
{
"key": "string",
"unit": "string",
"description": "string",
"results": [
{
"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
resource_id
Optional
NSX Resource Identifier, we identify NSX resources by their Intentpath
string
resource_ref_id
Optional
Resource reference id is NSX realization id, which is internal to NSX system.
string
site_id
Optional
NSX Resource SiteId to identify NSX site.