Returns sysmetrics schema for Version 2.0
Returns sysmetrics schema for Version 2.0
Responses
- 200
- 500
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"
]
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
Loading...