XSOARAllEDLCheckerAutomation
Runs the xsoaredlchecker-get-edl command for all configured instances, and returns a consolidated output.
python · XSOAR EDL Checker
Details
| ID | XSOARAllEDLCheckerAutomation |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | Utilities |
README
Runs the xsoaredlchecker-get-edl command for all configured instances, and returns a consolidated output.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utilities, training |
| Cortex XSOAR Version | 6.5.0 |
Dependencies
This script uses the following commands and scripts.
- xsoaredlchecker-get-edl
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| EDLChecker.Name | The Name of the EDL from the Generic Indicators Export Service instance | Unknown |
| EDLChecker.Status | The HTTP Status Code returned by the EDL | Unknown |
| EDLChecker.Response | The Response or Error from the check. | Unknown |
| EDLChecker.ItemsOnList | The number of indicators on the list, assuming a successful response! | Unknown |
comment: Runs the xsoaredlchecker-get-edl command for all configured instances, and returns a consolidated output. commonfields: id: XSOARAllEDLCheckerAutomation version: -1 dependson: must: - XSOAR EDL Checker|||xsoaredlchecker-get-edl dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: XSOARAllEDLCheckerAutomation outputs: - contextPath: EDLChecker.Name description: The Name of the EDL from the Generic Indicators Export Service instance - contextPath: EDLChecker.Status description: The HTTP Status Code returned by the EDL - contextPath: EDLChecker.Response description: The Response or Error from the check. - contextPath: EDLChecker.ItemsOnList description: The number of indicators on the list, assuming a successful response! runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Utilities type: python fromversion: 6.5.0 tests: - No tests (auto formatted)