PointInTimeMetricsData

PointInTimeMetricsData
Point In Time Metrics Data

All the latest collected metrics data.

JSON Example
{
    "obj_id": "string",
    "resource_id": "string",
    "resource_ref_id": "string",
    "node_id": "string",
    "site_id": "string",
    "display_name": "string",
    "timestamp": 0,
    "value": "string"
}
string
obj_id
Optional

Object ID that specifies the object of the resource in the resource_type for a particular resource_id.

string
resource_id
Optional

Resource Identifier. It can be a UUID or path as seen on NSX APIs for an NSX resource.

string
resource_ref_id
Optional

Resource reference ID, which is the realization UUID/ID for NSX resources.

string
node_id
Optional

Node ID that specifies for which node the latest data is fetched.

string
site_id
Optional

Site ID that specifies for which site the latest data is fetched.

string
display_name
Optional

The display name of the resource for which the metrics data is fetched.

integer As int64 As int64
timestamp
Optional

The timestamp for the latest data requested for.

string
value
Optional

The value.