Download OpenAPI specification:
SOAR (Security Orchestration, Automation and Response) microservice
Execute a playbook
| playbook_id required | string (Playbook Id) |
| trigger_data | object (Trigger Data) Default: {} Data provided by the trigger |
Context (object) or Context (null) (Context) Default: {} Additional context for the execution |
{- "trigger_data": { },
- "context": { }
}nullGet execution status and results
| run_id required | string (Run Id) |
{- "run_id": "string",
- "playbook_id": "string",
- "playbook_name": "string",
- "status": "pending",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "trigger_data": { },
- "step_results": [
- {
- "step_name": "string",
- "status": "pending",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "output": { },
- "error": "string",
- "duration_seconds": 0
}
], - "context": { },
- "logs": [
- "string"
], - "error": "string",
- "duration_seconds": 0
}