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

MetricsKeyResultEntry

Metrics result for a key


Properties

string
description Optional

Description about the metric key


string
key Optional

Metric key


results Optional

Data per object and node, if data is reported and aggregated per node per object. If a particular metric keys data is not aggregated and reported per node and per object then the node and object info will be empty and only data points will be returned


unit Optional

Metrics unit enum

Possible values are: METRIC_COUNTBITS_PER_SECONDPERCENTMILLISECONDSSECONDSPER_SECONDBYTESKILO_BYTESKILO_BYTES_PER_SECONDBYTES_PER_SECONDKILO_BITS_PER_SECONDGIGA_BYTESMEGA_BYTESNORMALIZEDSTRINGSECMINDAYSKBMBGBMBPSGHZRATIOMICROSECONDSHEALTHHOURSPACKETS_PER_SECOND

JSON Example

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

MetricsResourceResultEntry

Feedback

Was this page helpful?