SendCPAction

Send quarantine or restore action and update action task id.

python · Check Point Harmony Email and Collaboration (HEC)

Details

IDSendCPAction
Languagepython
From Version6.9.0
Docker Imagedemisto/python3:3.12.13.10116658

README

Send quarantine or restore action and update action task id.

Script Data


Name Description
Script Type python3
Cortex XSOAR Version 6.9.0

Dependencies


This script uses the following commands and scripts.

  • checkpointhec-send-action
  • CheckPointHEC

Inputs


Argument Name Description
entity Email entity id.
action Action name.

Outputs


There are no outputs for this script.

commonfields:
  id: SendCPAction
  version: -1
name: SendCPAction
script: ""
type: python
tags: []
comment: Send quarantine or restore action and update action task id.
enabled: true
args:
- name: entity
  required: true
  type: String
  description: Email entity id.
- name: action
  required: true
  description: Action name.
  auto: PREDEFINED
  predefined:
  - quarantine
  - restore
scripttarget: 0
subtype: python3
dependson:
  must:
  - CheckPointHEC|||checkpointhec-send-action
runonce: false
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
fromversion: 6.9.0
tests:
- No tests (auto formatted)