Returns sysmetrics schema for Version 2.3
GET/sdwan/v2.3/api/monitor/sys_metrics
Returns sysmetrics schema for Version 2.3
Request
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
metrics MetricSchema[]required
The details of the metrics.
description required
The description of the metric schema. Max size = 256.
name stringrequired
The name of the metric schema. Max size = 126.
statistics string[]required
The metric statistics.
units string[]required
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
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
Loading...