EDL Monitor
EDL Monitor Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This integration can monitor EDLs by emailing the content of an EDL as a zipped file to a specified user at an interval (when run with a job), and/or simply monitor the EDL for availability and email the user if the EDL is not available in other playbooks
#
Configure EDL Monitor in CortexParameter | Description | Required |
---|---|---|
Timeout: | Timeout (in seconds) for how long to wait for EDL response before detecting as down (default 2 minutes) | False |
Trust any certificate (not secure) | False | |
Use system proxy settings | False | |
Email server: | False | |
Email username | False | |
Email password | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
get-edl-contentsGets the current contents of an EDL
#
Base Commandget-edl-contents
#
InputArgument Name | Description | Required |
---|---|---|
EDL | EDL IP or URL (e.g. http://xsoarserver.com:10009 or https://xsoarserver.com/instance/execute/instance_name). | Required |
EDL_username | EDL username, for auth to the EDL (optional). | Optional |
EDL_password | EDL password, for auth to the EDL (optional). | Optional |
#
Context OutputThere is no context output for this command.
#
email-edl-contentsGets the current contents of an EDL and emails it to a specified email address
#
Base Commandemail-edl-contents
#
InputArgument Name | Description | Required |
---|---|---|
EDL | EDL IP or URL (e.g. http://xsoarserver.com:10009 or https://xsoarserver.com/instance/execute/instance_name). | Required |
Email address that you want to send the EDL contents to. | Required | |
EDL_username | EDL username, for auth to the EDL (optional). | Optional |
EDL_password | EDL password, for auth to the EDL (optional). | Optional |
#
Context OutputThere is no context output for this command.
#
check-statusReturn the response code of the EDL
#
Base Commandcheck-status
#
InputArgument Name | Description | Required |
---|---|---|
EDL | EDL IP or URL (e.g. http://xsoarserver.com:10009 or https://xsoarserver.com/instance/execute/instance_name). | Required |
EDL_username | EDL username, for auth to the EDL (optional). | Optional |
EDL_password | EDL password, for auth to the EDL (optional). | Optional |
Email. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
ResponseCode | number | The response code. |