IvantiHeatCreateProblemExample
This is a sample script that demonstrates how to create a problem in Ivanti Heat. The script generates data of the created problem in JSON format and writes it to the IvantiHeat.CreateProblemJSON context path.
python · Ivanti Heat
Details
| ID | IvantiHeatCreateProblemExample |
|---|---|
| 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 create a problem in Ivanti Heat. The script generates data of the created problem in JSON format and writes it to the IvantiHeat.CreateProblemJSON context path.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| owner | Problem owner. |
| source | Problem source. |
| status | Problem status. |
| category | Problem category. |
| subject | Problem subject. |
| description | Problem description. |
Outputs
There are no outputs for this script.
commonfields: id: IvantiHeatCreateProblemExample version: -1 name: IvantiHeatCreateProblemExample script: '' type: python tags: [] comment: This is a sample script that demonstrates how to create a problem in Ivanti Heat. The script generates data of the created problem in JSON format and writes it to the IvantiHeat.CreateProblemJSON context path. enabled: true args: - name: owner required: true description: Problem owner. - name: source required: true description: Problem source. - name: status required: true description: Problem status. - name: category required: true description: Problem category. - name: subject required: true description: Problem subject. - name: description required: true description: Problem description. scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests (auto formatted)