meta

Set the test scenario

Set the scenario for the running test. Optional properties may trigger an initialization (see README).

put/scenario/{testid}

Request body

electricity_pricestring

Identifier for electricity price scenario.

time_periodstring

Named time period for scenario (may perform initialization).

temperature_uncertaintystring

Temperature uncertainty setting.

solar_uncertaintystring

Solar uncertainty setting.

seedinteger

Random seed for scenario sampling.

Response

Successful response indicating the scenario was updated.

messagestring
payloadobject

The applied scenario values (echo).

statusinteger

Example response

{
  "message": "Scenario updated successfully.",
  "status": 200
}

Changes