Details
| ID | AlgosecGetTicket |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Algosec |
README
Retrieves a FireFlow change request by its ID.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Algosec |
Dependencies
This script uses the following commands and scripts.
- algosec-get-ticket
Inputs
| Argument Name | Description |
|---|---|
| ticketId | The ID of the requested change request. |
Outputs
There are no outputs for this script.
commonfields: id: AlgosecGetTicket version: -1 name: AlgosecGetTicket script: '' type: python subtype: python3 tags: - Algosec comment: Retrieves a FireFlow change request by its ID system: true args: - name: ticketId required: true default: true description: ID of requested change request scripttarget: 0 timeout: 0s dependson: must: - algosec-get-ticket fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)