category: Utilities provider: Palo Alto Networks commonfields: id: XSOAR EDL Checker version: -1 configuration: - additionalinfo: The name of the edl from the generic indicator export service display: EDL Name name: edl_name required: true type: 0 - display: Username displaypassword: Password name: credentials type: 9 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: XSOAR Version name: xsoarversion defaultvalue: 6.x type: 15 required: false options: - 6.x - 8.x additionalinfo: 'The version of XSOAR you are using 6.x or 8.x ' description: Checks an XSOAR hosted EDL to make sure it's returning a valid response. Supports PAN-OS (text), CSV, or JSON EDLs. display: XSOAR EDL Checker name: XSOAR EDL Checker script: commands: - arguments: [] description: 'Checks the EDL and returns the response. ' name: xsoaredlchecker-get-edl 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! dockerimage: demisto/python3:3.12.8.3296088 runonce: false script: '' subtype: python3 type: python fromversion: 6.5.0 tests: - TestXSOAREDLCheckerPlaybook