MetricsResourceResultEntry
MetricsResourceResultEntry
Metrics results per resource entity.
JSON Example
{
"resource_id": "string",
"resource_ref_id": "string",
"site_id": "string",
"display_name": "string",
"key_results": [
{
"key": "string",
"unit": "string",
"description": "string",
"results": [
{
"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
resource_id
Optional
Resource Identifier. It can be an UUID or path as seen on NSX APIs for NSX resource
string
resource_ref_id
Optional
Resource reference id is realization id for NSX resources
string
site_id
Optional
NSX Resource SiteId to identify NSX site.
string
display_name
Optional
Display Name specifies the display_name of resource for which the metrics data is fetched.