[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get Metrics Schema

Description

Get details of metrics available for entity type

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/schema/{entity-type}/metrics
Copy

Path Parameters

Path Parameters

string
entity-type Required

entity type


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns EntityMetricsSchema of type(s) application/json
{
	"results": [
		{
			"description": "string",
			"display_name": "string",
			"intervals": 0,
			"metric": "string",
			"unit": "string"
		}
	]
}
array of MetricSchema
results Optional
Errors

Errors

401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/schema/{entity-type}/metrics


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Feedback

Was this page helpful?