SekoiaXDRAddComment
Script to add a comment to an alert in Sekoia, including the name of the person who made the comment.
python · SekoiaXDR
Details
| ID | SekoiaXDRAddComment |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | incident-action-button |
README
Script to add a comment to an alert in Sekoia, including the name of the person who made the comment.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | incident-action-button |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| short_id | The short ID of the alert. |
| comment | The comment you want to send to an alert. |
Outputs
There are no outputs for this script.
commonfields: id: SekoiaXDRAddComment version: -1 name: SekoiaXDRAddComment script: '' type: python tags: - incident-action-button comment: Script to add a comment to an alert in Sekoia, including the name of the person who made the comment. enabled: true args: - name: short_id required: true description: The short ID of the alert. - name: comment required: true description: The comment you want to send to an alert. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)