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

MetricsObjectResultEntry

Metrics results per object.


Properties

data Optional

Time series data points specific to the entity_id/object_id


string
node_id Optional

Node id on which the object is being discovered or running.


string
node_name Optional

Node Name.


string
node_path Optional

Node intent path if available.


string
object_id Optional

Object id of the sub resource for which metrics is being reported.

JSON Example

{
	"data": [
		{
			"time": 0,
			"value": "string"
		}
	],
	"node_id": "string",
	"node_name": "string",
	"node_path": "string",
	"object_id": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Property Of

MetricsKeyResultEntry

Feedback

Was this page helpful?