v1
latestSwagger 2.02026-08-0484141342.3 KBSimulations
# Simulate Now
ReRuns simulation with given id
post/v1/simulations/{Id}/simulate-now
Path parameters
Idinteger required
Simulation ID (URI parameter)
Response
SimulateNowReturnSwagger
Example response
{
"run_info": {
"browser": "BrowserUnknown",
"id": 1,
"status": "COMPLETED"
},
"simulation": {
"agent_user_ids": [
1,
2
],
"description": "description of the simulation",
"id": 1,
"integrations": [
1,
2,
3
],
"name": "Simulation - 1",
"protocols": [
{
"module_id": 1,
"protocols": [
"http",
"https"
]
}
],
"schedule_id": 3
}
}