management

Initialize the simulation

Initialize simulation to a start time using a warmup period (also resets history and KPI calculations).

put/initialize/{testid}

Request body

start_timenumber required

Start time (epoch seconds) to initialize the simulation to.

warmup_periodnumber required

Warmup period in seconds.

Response

Simulation initialized successfully.

messagestring

A message describing the response.

payloadobject

Current values of all input and measurement signals.

statusinteger

HTTP status code.

Changes