STA-FetchListContent
This script will get the Unusual Activity Group from "sta_unusual_activity_group" List.
python · Thales SafeNet Trusted Access
Details
| ID | STA-FetchListContent |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This script will get the Unusual Activity Group from “sta_unusual_activity_group” List.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 6.0.0 |
Dependencies
This script uses the following commands and scripts.
- getList
Inputs
| Argument Name | Description |
|---|---|
| list_name | Name of the list containing the Unusual Activity Group. |
Outputs
| Path | Description | Type |
|---|---|---|
| STA.GET.GROUP | Return Unusual Activity Group name. | string |
args: - defaultValue: sta_unusual_activity_group description: Name of the list containing the Unusual Activity Group. name: list_name required: true comment: This script will get the Unusual Activity Group from "sta_unusual_activity_group" List. commonfields: id: STA-FetchListContent version: -1 dependson: must: - Builtin|||getList dockerimage: demisto/python3:3.12.13.10116658 enabled: true name: STA-FetchListContent outputs: - contextPath: STA.GET.GROUP description: Return Unusual Activity Group name. type: string runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - No tests (auto formatted)