v1
latestSwagger 2.02026-08-0484141342.3 KBSimulations
# Simulation Detail
Simulation Detail; Simulation Name, Simulation Agent (with status), Enrichment Status, Last Prevention Result, Last Detection Result (if Available), Simulation Run List
get/v1/simulations/{Id}
Path parameters
Idinteger required
Simulation ID (URI parameter)
Response
SimulationDetailReturnSwagger
Example response
{
"Simulations": {
"agent": {
"id": 1,
"name": "Agent-1",
"status": "alive | dead | expired",
"type": "QuickEmail | Browser | Installable Agent | Windows | Linux | MacOS",
"version": "3.4.0.0"
},
"created_at": 1654623047,
"detection_analysis": {
"integrations": [
{
"id": 1,
"product_name": "Crowdstrike"
}
]
},
"simulation_id": 1,
"simulation_name": "Simulation 1",
"simulation_run": [
{
"completed_at": 1650527217,
"id": "1",
"started_at": 1650526217,
"status": "RUNNING | COMPLETED | STOPPED | NOT STARTED | SCHEDULED | WAITING FOR THE FIRST RUN"
}
],
"status": "RUNNING | COMPLETED | STOPPED | NOT STARTED | SCHEDULED | WAITING FOR THE FIRST RUN",
"template_id": 1,
"template_name": "Template #1",
"updated_at": 1654623047
}
}