Get Capacity Forecast (v2.1)
GET/sdwan/v2.1/api/monitor/aiops/forecast
Get capacity forecast prediction for site.
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
anomaly object
The number of sites that will reach high capacity utilization threshold within the next 28 days.
end_time date
The end time of the capacity prediction query. End times need to be specified in ISO8601 UTC format.
forecast object
The details of the forecast.
forecast_date date
The forecast data.
start_time date
The start time to get the capacity prediction query. Start times need to be specified in ISO8601 UTC format.
{
"anomaly": {},
"end_time": "2024-07-29",
"forecast": {},
"forecast_date": "2024-07-29",
"start_time": "2024-07-29"
}
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...