ZTAPParseFields
Parses ZTAP event fields to display as key/value pairs in a dynamic table.
python · Zero Trust Analytics Platform
Details
| ID | ZTAPParseFields |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | ztap dynamic-section |
README
Parses ZTAP event fields to display as key/value pairs in
a dynamic table.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | ztap, dynamic-section |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| max_fields | Maximum number of fields to display |
| max_value_length | Maximum number of characters to display per field |
| full | Do not truncate output |
Outputs
There are no outputs for this script.
args: - name: max_fields description: Maximum number of fields to display defaultValue: "50" - name: max_value_length description: Maximum number of characters to display per field defaultValue: "512" - name: full description: Do not truncate output defaultValue: "0" comment: |- Parses ZTAP event fields to display as key/value pairs in a dynamic table. commonfields: id: ZTAPParseFields version: -1 name: ZTAPParseFields script: '' subtype: python3 tags: - ztap - dynamic-section type: python runas: DBotWeakRole dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted) fromversion: 6.0.0