Details
| ID | CompareList |
|---|---|
| Language | python |
| From Version | 6.8.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
README
Compares two lists.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.8.0 |
Inputs
| Argument Name | Description |
|---|---|
| list1_name | First list name to compare. |
| list2_name | Second list name to compare. |
Outputs
There are no outputs for this script.
args: - name: list1_name required: true description: First list name to compare. - name: list2_name required: true description: Second list name to compare. commonfields: id: CompareList version: -1 dockerimage: demisto/python3:3.12.13.11879924 comment: Compares two lists. enabled: true name: CompareList runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.8.0 tests: - No tests (auto formatted)