Get Monitor Metrics (v2.1)
List details of the monitor metrics.
Path Parameters
- mtype string required
The metric type.
Responses
- 200
- 400
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"
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "METRIC_NOT_SUPPORTED"
}
]
}
}
Loading...