[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get Metrics Schema
DescriptionGet details of metrics available for entity type
Request
URLURL
https://vrni.example.com/api/ni/schema/{entity-type}/metrics
Path Parameters
Path Parameters
string
entity-type
Required
entity type
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
EntityMetricsSchema
of type(s) application/json
{
"results": [
{
"description": "string",
"display_name": "string",
"intervals": 0,
"metric": "string",
"unit": "string"
}
]
}
Errors
401
Unauthorized
500
Internal Error
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