Get Metrics Schema
Get details of metrics available for entity type
Request
URI
GET
https://www.mgmt.cloud.vmware.com/ni/api/ni/schema/{entity-type}/metrics
COPY
Path Parameters
string
entity-type
Required
entity type
Responses
200
OK
Returns EntityMetricsSchema of type(s) application/json
{
"results": [
{
"metric": "string",
"display_name": "string",
"intervals": [
0
],
"description": "string",
"unit": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure