Returns cellular metrics schema for Version 2.0
Returns cellular metrics schema for Version 2.0
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
metrics MetricSchema[] required
The details of the cellular 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": "UNSUPPORTED_SCHEMA_VERSION"
}
]
}
}
Loading...