[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

ObjectInfoResponse

Object Info response


Properties

integer as int64
end_time Optional

Epoch time in seconds. Actual end time of the data being reported


granularity Optional

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_MINUTESONE_HOURONE_DAY


string
resource_type Optional

NSX Resource type


results Optional

Collection of per resource entity and metric key object results


integer as int64
start_time Optional

Epoch time in seconds. Actual start time of the data being reported

JSON Example

{
	"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
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Returned By

Get Object Info

Feedback

Was this page helpful?