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

MetricsDataResponse

Metrics data 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

Resource Type for which metric data was requested for. E.g. PolicyEdgeNode


results Optional

Collection of per resource metric 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": [
				{
					"description": "string",
					"key": "string",
					"results": [
						{
							"data": [
								{
									"time": 0,
									"value": "string"
								}
							],
							"node_id": "string",
							"node_name": "string",
							"node_path": "string",
							"object_id": "string"
						}
					],
					"unit": "METRIC_COUNT"
				}
			],
			"resource_id": "string",
			"resource_ref_id": "string"
		}
	],
	"start_time": 0
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Returned By

Get Metrics Data

Feedback

Was this page helpful?