Get details of Qos metrics
Get details of Qos metrics
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
metrics MetricSchema[] required
The details of the metrics.
description required
The description of the metric schema. Max size = 256.
name string required
The name of the metric schema. Max size = 126.
statistics string[] required
The metric statistics.
units string[] required
The units of the metrics.
{
"metrics": [
{
"name": "string",
"statistics": [
"string"
],
"units": [
"string"
]
}
]
}
Loading...