TroubleshootCloseAlertsByQuery
Closes alerts by receiving a list of alert IDs and executing the closure process for each.
python · Troubleshoot
Details
| ID | TroubleshootCloseAlertsByQuery |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | DemistoAPI troubleshoot |
README
Closes alerts by receiving a list of alert IDs and executing the closure process for each.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | DemistoAPI, troubleshoot |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| alert_ids | A comma-separated list of alert IDs to close. |
Outputs
There are no outputs for this script.
args: - name: alert_ids description: A comma-separated list of alert IDs to close. required: true comment: Closes alerts by receiving a list of alert IDs and executing the closure process for each. commonfields: id: TroubleshootCloseAlertsByQuery version: -1 name: TroubleshootCloseAlertsByQuery dependson: must: - closeInvestigation script: '-' subtype: python3 tags: - DemistoAPI - troubleshoot timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 enabled: true tests: - No tests (auto formatted)