GetListDatawithKeyword
This Script is part of the Community Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.8.0 and later.
This transformer will get list of array elements by providing keyword. List data format [ { "folder": "abc", "username": "test" }, { "folder": "def", "username": "test123" }, { "folder": "ghi", "username": "admin" } ]
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | general, transformer |
| Cortex XSOAR Version | 6.8.0 |
Inputs#
| Argument Name | Description |
|---|---|
| Keyword | Provide a key word to search the data |
| value | The value is an array of elements |
Outputs#
There are no outputs for this script.