Cellular metrics for Version 2.0 (v2.0)
POST/sdwan/v2.0/api/monitor/cellular_metrics
Get cellular metrics like SNR, Cellular bandwidth usage etc. External API used for stats queries. Below are the tenet for queries
- interval is required
- start_time, end_time and max_datapoints are optional with the following restrictions, at least one of them needs to be specified. all the three can not be specified, as the result is ambiguous. Note
- Start time, if not specified, default to epoch.
- End time, if not specified, default to now.
- Limit, if not specified, defaults to None..
- Start and end times need to be specified in ISO8601 UTC format.
- Metrics need to specified according to 2.1 specifications. Invalid metrics will be ignored and the result will not include them.
- Filters need to be specified according to the specifications.
Request
Responses
- 200
- 400
- 500
Successful Operation
Bad Request
Internal Server Error