Test Simulation and Data

Query forecasts.

Returns boundary condition forecasts from current time.

put/forecast/{testid}

Request body

point_namesstring[]

List of point names.

horizonnumber

Forecast horizon in seconds.

intervalnumber

Time interval between forecast points in seconds.

Response

Successful response with forecast time series.

messagestring
statusinteger

Example response

{
  "message": "Forecast query processed successfully.",
  "status": 200
}

Changes