Initialize the simulation

Initializes the simulation with a start time and warmup period.

put/initialize/{testid}

Request body

start_timenumber

The start time of the simulation (epoch time).

warmup_periodnumber

The warmup period for the simulation in seconds.

Response

Successful response indicating the simulation was initialized.

messagestring
payloadstring

Confirmation message.

statusinteger

Example response

{
  "message": "Simulation initialized successfully.",
  "status": 200
}

Changes