UpdateSecuronixIncidentStatus
Securonix Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.5.0 and later.
Update the status of the Securonix incident using the configuration provided in integration configuration.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.5.0 |
#
DependenciesThis script uses the following commands and scripts.
- securonix-xsoar-state-mapping-get
- securonix-add-comment-to-incident
#
InputsArgument 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. |
#
OutputsThere are no outputs for this script.