Get Object Info
DescriptionGet Info about reported objects corresponding to an entity and metric key
Request
URLURL
Request Body
Object info request. Resource Id and metric key for which data is being requested.
Authentication
Response
Response BodyResponse Body
200 OK
{
"end_time": 0,
"granularity": "FIVE_MINUTES",
"resource_type": "string",
"results": [
{
"key_results": [
{
"key": "string",
"object_results": [
{
"node_id": "string",
"node_name": "string",
"node_path": "string",
"object_description": "string",
"object_id": "string"
}
]
}
],
"resource_id": "string"
}
],
"start_time": 0
}
Epoch time in seconds. Actual end time of the data being reported
Enumeration of different granular data points supported by the system. Metrics data points are maintained at 5Mins, 1Hour and 1Day granularities.
Possible values are: FIVE_MINUTES , ONE_HOUR , ONE_DAY
NSX Resource type
Collection of per resource entity and metric key object results
Epoch time in seconds. Actual start time of the data being reported
Errors
Invalid Input was provided for this request. Please check the API documentation.