CloseInvestigationAsDuplicate
Close the current investigation as duplicate to other investigation.
python · Common Scripts
Details
| ID | CloseInvestigationAsDuplicate |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | dedup |
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)