SekoiaXDRAddComment

Script to add a comment to an alert in Sekoia, including the name of the person who made the comment.

python · SekoiaXDR

Details

IDSekoiaXDRAddComment
Languagepython
From Version6.10.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsincident-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)