ArcherCreateIncidentExample
This script is an example script of how to create Incident in Archer. The script generates the create incident data in JSON format and execute the command archer-create-record.
python · RSA Archer
Details
| ID | ArcherCreateIncidentExample |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This script is an example script of how to create Incident in Archer. The script generates the created incident data in JSON format and execute the command archer-create-record.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| summary | Incident summary |
| priority | Incident priority |
| category | Incident category |
Outputs
| Path | Description | Type |
|---|---|---|
| Archer.Record.Id | Unique ID of the record. | Number |
args: - description: Incident summary name: summary required: true - auto: PREDEFINED description: Incident priority name: priority predefined: - Low - Medium - High required: true - auto: PREDEFINED description: Incident category name: category predefined: - Fraud - IT - Physical - Threat required: true comment: This script is an example script of how to create Incident in Archer. The script generates the create incident data in JSON format and execute the command archer-create-record. commonfields: id: ArcherCreateIncidentExample version: -1 enabled: true name: ArcherCreateIncidentExample outputs: - contextPath: Archer.Record.Id description: Unique ID of the record. type: Number script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 skipprepare: - script-name-incident-to-alert