SekoiaXDRChangeStatus

This script changes the status of the Sekoia alert.

python · SekoiaXDR

Details

IDSekoiaXDRChangeStatus
Languagepython
From Version6.10.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsincident-action-button

README

This script changes the status of the Sekoia alert.

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.
status Status to change on the Sekoia alert.
comment The comment to add to the alert on the status change.

Outputs


There are no outputs for this script.

commonfields:
  id: SekoiaXDRChangeStatus
  version: -1
name: SekoiaXDRChangeStatus
script: ''
type: python
tags:
- incident-action-button
comment: This script changes the status of the Sekoia alert.
enabled: true
args:
- name: short_id
  required: true
  description: The short ID of the alert.
- name: status
  required: true
  auto: PREDEFINED
  predefined:
  - Ongoing
  - Acknowledged
  description: Status to change on the Sekoia alert.
- name: comment
  description: The comment to add to the alert on the status change.
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)