CloseInvestigationAsDuplicate

Close the current investigation as duplicate to other investigation.

python · Common Scripts

Details

IDCloseInvestigationAsDuplicate
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsdedup

README

Closes the current investigation as a duplicate to another investigation.

Script Data


Name Description
Script Type python
Tags dedup

Inputs


Argument Name Description
duplicateId The duplicate incident ID.
raise_error Whether if to raise error or return result with an error.

Outputs


There are no outputs for this script.

commonfields:
  id: CloseInvestigationAsDuplicate
  version: -1
name: CloseInvestigationAsDuplicate
script: ''
type: python
subtype: python3
tags:
- dedup
comment: Close the current investigation as duplicate to other investigation.
enabled: true
args:
- name: duplicateId
  required: true
  description: Duplicate incident id.
- auto: PREDEFINED
  defaultValue: 'false'
  description: Whether if to raise error or return result with an error.
  name: raise_error
  predefined:
  - 'true'
  - 'false'
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)