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