DataminrPulseTransformExtractedIndicatorsToList
Script used to transform result received from the extractIndicators (Builtin) script from the dictionary of indicators to a list of indicators.
python · Dataminr Pulse
Details
| ID | DataminrPulseTransformExtractedIndicatorsToList |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Script used to transform result received from the extractIndicators (Builtin) script from the dictionary of indicators to a list of indicators.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| ExtractedIndicators | Response from extractIndicators (Builtin) script. |
Outputs
| Path | Description | Type |
|---|---|---|
| TransformedIndicators.indicatorList | Indicator list. | Unknown |
args: - description: Response from extractIndicators (Builtin) script. name: ExtractedIndicators required: true comment: Script used to transform result received from the extractIndicators (Builtin) script from the dictionary of indicators to a list of indicators. commonfields: id: DataminrPulseTransformExtractedIndicatorsToList version: -1 enabled: true name: DataminrPulseTransformExtractedIndicatorsToList outputs: - contextPath: TransformedIndicators.indicatorList description: Indicator list. type: Unknown script: '-' subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 timeout: '0' type: python tests: - No tests (auto formatted) fromversion: 6.5.0