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