Skip to main content

SimulationOut

Output schema for Simulation model.

idId (string)required
nameName (string)required
descriptionDescription (string)required
statusStatus (string)required
speed_multiplierSpeed Multiplier (number)required
loop_enabledLoop Enabled (boolean)required
mute_external_actionsMute External Actions (boolean)required
progress_percentProgress Percent (number)required
total_events_triggeredTotal Events Triggered (integer)required
route_countRoute Count (integer)required
created_atCreated At (string)required
started_at objectrequired
anyOf
string
paused_at objectrequired
anyOf
string
completed_at objectrequired
anyOf
string
error_messageError Message (string)required
SimulationOut
{
"id": "string",
"name": "string",
"description": "string",
"status": "string",
"speed_multiplier": 0,
"loop_enabled": true,
"mute_external_actions": true,
"progress_percent": 0,
"total_events_triggered": 0,
"route_count": 0,
"created_at": "string",
"started_at": "string",
"paused_at": "string",
"completed_at": "string",
"error_message": "string"
}