DT
This automation allows the usage of DT scripts within playbooks transformers.
python · Filters And Transformers
Details
| ID | DT |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | transformer general |
README
This automation allows the usage of DT scripts within playbooks transformers.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, general |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | The value to perform the transformation on. |
| dt | DT expression. |
Outputs
There are no outputs for this script.
commonfields: id: DT version: -1 name: DT script: '' type: python subtype: python3 tags: - transformer - general comment: This automation allows the usage of DT scripts within playbooks transformers. enabled: true args: - name: value required: true description: The value to perform the transformation on. - name: dt required: true description: DT expression. scripttarget: 0 isllm: false tests: - No tests - script used for testing fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775