UpdateSecuronixIncidentStatus
Update the status of the Securonix incident using the configuration provided in integration configuration.
python · Securonix
Details
| ID | UpdateSecuronixIncidentStatus |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Update the status of the Securonix incident using the configuration provided in integration configuration.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.5.0 |
Dependencies
This script uses the following commands and scripts.
- securonix-xsoar-state-mapping-get
- securonix-add-comment-to-incident
Inputs
| Argument Name | Description |
|---|---|
| incident_id | Incident ID. |
| active_state_action | Securonix action name mapped with XSOAR’s active state. |
| active_state_status | Securonix status to map with XSOAR’s active state. |
| close_state_action | Securonix action name mapped with XSOAR’s closed state. |
| close_state_status | Securonix status to map with XSOAR’s close state. |
| only_active | Whether to only change the status of Securonix incident to XSOAR’s respective active state. |
Outputs
There are no outputs for this script.
commonfields: id: UpdateSecuronixIncidentStatus version: -1 name: UpdateSecuronixIncidentStatus script: '' type: python tags: [] comment: Update the status of the Securonix incident using the configuration provided in integration configuration. enabled: true args: - name: incident_id required: true description: Incident ID. - name: active_state_action required: true description: Securonix action name mapped with XSOAR's active state. - name: active_state_status required: true description: Securonix status to map with XSOAR's active state. - name: close_state_action description: Securonix action name mapped with XSOAR's closed state. - name: close_state_status description: Securonix status to map with XSOAR's close state. - name: only_active description: Whether to only change the status of Securonix incident to XSOAR's respective active state. scripttarget: 0 subtype: python3 timeout: 28.0µs dependson: must: - '|||securonix-xsoar-state-mapping-get' - '|||securonix-add-comment-to-incident' dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 6.5.0 tests: - No tests (auto formatted) skipprepare: - script-name-incident-to-alert