Get System Metrics Schema (v2.3)
GET/sdwan/v2.3/api/monitor/sys_metrics
List all the system metrics schema.
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
metrics MetricSchema[]
The details of the metrics.
description
The description of the metric schema. Max size = 256.
name string
The name of the metric schema. Max size = 126.
statistics string[]
The metric statistics.
units string[]
The units of the metrics.
{
"metrics": [
{
"name": "string",
"statistics": [
"string"
],
"units": [
"string"
]
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
Loading...