Get Metrics Schema

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

results


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure