KeylightCreateIssue
Use this script to simplify the process of creating or updating a record in Keylight (v2). You specify custom arguments for which to populate the components. The arguments in this documentation are meant as examples only.
python · Lockpath Keylight
Details
| ID | KeylightCreateIssue |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Use this script to simplify the process of creating or updating a record in Keylight (v2). You specify custom arguments for which to populate the components. The arguments in this documentation are meant as examples only.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Dependencies
This script uses the following commands and scripts.
- kl-get-component
- kl-get-records
Inputs
| Argument Name | Description |
|---|---|
| task_id | The task ID (task name) of the task to create. This is not a lookup field. |
| project | The project name to create. This is a lookup field. |
Outputs
| Path | Description | Type |
|---|---|---|
| Keylight.JSON | The format needed to create or update a record in Keylight(v2). | Unknown |
commonfields: id: KeylightCreateIssue version: -1 name: KeylightCreateIssue script: '' type: python tags: [] comment: Use this script to simplify the process of creating or updating a record in Keylight (v2). You specify custom arguments for which to populate the components. The arguments in this documentation are meant as examples only. enabled: true args: - name: task_id required: true description: The task ID (task name) of the task to create. This is not a lookup field. - name: project required: true description: The project name to create. This is a lookup field. outputs: - contextPath: Keylight.JSON description: The format needed to create or update a record in Keylight(v2). type: Unknown scripttarget: 0 subtype: python3 dependson: must: - Lockpath KeyLight v2|||kl-get-records - Lockpath KeyLight v2|||kl-get-component dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0