PrintToAlert
Prints a value to the specified alert's war-room. The alert must be in status "Under Investigation".
python · Common Scripts
Details
| ID | PrintToAlert |
|---|---|
| Language | python |
| From Version | 8.7.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Prints a value to the specified alert’s war-room. The alert must be in status “Under Investigation”.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 8.7.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | The value to print to the war-room of specified alert. |
| alert_id | The alert ID to print to. |
| mark_as_note | Whether to mark the printed war-room entry as a note. |
Outputs
There are no outputs for this script.
args: - description: The value to print to the war-room of specified alert. name: value required: true - description: The alert ID to print to. name: alert_id required: true - auto: PREDEFINED defaultValue: "false" description: Whether to mark the printed war-room entry as a note. name: mark_as_note predefined: - "true" - "false" comment: Prints a value to the specified alert's war-room. The alert must be in status "Under Investigation". commonfields: id: PrintToAlert version: -1 name: PrintToAlert script: '-' tags: [] enabled: true scripttarget: 0 timeout: '0' runas: DBotWeakRole type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 8.7.0 marketplaces: - marketplacev2 - platform tests: - No test - unit test