Create Simulation

View as Markdown
Create a new simulation. Creates a test clock with virtual time for deterministic subscription testing.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
account_idstringRequired
Account this simulation belongs to
start_timedatetimeRequired
When the simulation's virtual timeline begins
descriptionstring or nullOptional

Optional human-readable description

Response

Successful Response
idstring
account_idstring
virtual_clockdatetime
start_timedatetime
statusstring
descriptionstring or null
created_atdatetime
expires_atdatetime

Errors

422
Unprocessable Entity Error