IvantiHeatCreateIncidentExample

This is a sample script that demonstrates how to create an incident in Ivanti Heat. The script generates data of the created incident in JSON format and writes it to the IvantiHeat.CreateIncidentJSON context path.

python · Ivanti Heat

Details

IDIvantiHeatCreateIncidentExample
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658

README

This is a sample script that demonstrates how to create an incident in Ivanti Heat. The script generates data of the created incident in JSON format and writes it to the IvantiHeat.CreateIncidentJSON context path.

Script Data


Name Description
Script Type python3
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
category Incident category.
service Incident service.
owner Incident owner.
team Incident owner team.
summary Incident subject.
description Incident description.
customer Incident customer.

Outputs


There are no outputs for this script.

commonfields:
  id: IvantiHeatCreateIncidentExample
  version: -1
name: IvantiHeatCreateIncidentExample
script: ''
type: python
tags: []
comment: This is a sample script that demonstrates how to create an incident in Ivanti Heat. The script generates data of the created incident in JSON format and writes it to the IvantiHeat.CreateIncidentJSON context path.
enabled: true
args:
- name: category
  required: true
  description: Incident category.
- name: service
  required: true
  description: Incident service.
- name: owner
  required: true
  description: Incident owner.
- name: team
  required: true
  description: Incident owner team.
- name: summary
  required: true
  description: Incident subject.
- name: description
  required: true
  description: Incident description.
- name: customer
  required: true
  description: Incident customer.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
fromversion: 5.0.0
tests:
- Ivanti Heat - Test
skipprepare:
- script-name-incident-to-alert