IvantiHeatCloseIncidentExample
This is a sample script that demonstrates how to close an incident in Ivanti Heat. The script generates data of the closed incident in JSON format and writes it to the IvantiHeat.CloseIncidentJSON context path.
python · Ivanti Heat
Details
| ID | IvantiHeatCloseIncidentExample |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This is a sample script that demonstrates how to close an incident in Ivanti Heat. The script generates data of the closed incident in JSON format and writes it to the IvantiHeat.CloseIncidentJSON context path.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| rec_id | Incident object ID. |
Outputs
There are no outputs for this script.
commonfields: id: IvantiHeatCloseIncidentExample version: -1 name: IvantiHeatCloseIncidentExample script: '' type: python tags: [] comment: This is a sample script that demonstrates how to close an incident in Ivanti Heat. The script generates data of the closed incident in JSON format and writes it to the IvantiHeat.CloseIncidentJSON context path. enabled: true args: - name: rec_id required: true description: Incident object ID. scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests skipprepare: - script-name-incident-to-alert