This command displays the default and global settings for actions that are triggered by events.
Usage
eventdefinitionconfig list
Example
vcli: admin> eventdefinitionconfig list +------------------+-----------+------------+---------------+--------------+---------------+--------------------------+---------------------------------------------------------------------------+-------------+--------------+----------------+-------------+-------------+-----------------+ | Smtp-host | Smtp-port | Smtp-user | Smtp-password | Smtp-use-tls | Email-subject | Email-sender | Email-recipients | Webhook-url | Webhook-data | Webhook-method | Syslog-host | Syslog-port | Syslog-protocol | +------------------+-----------+------------+---------------+--------------+---------------+--------------------------+---------------------------------------------------------------------------+-------------+--------------+----------------+-------------+-------------+-----------------+ | mail.company.com | 587 | smtp-admin | ************ | True | | do_not_reply@company.com | ['storage_admin@company.com', 'bsmith@company.com', 'abrown@company.com'] | | | GET | 192.0.2.0 | 514 | tcp | +------------------+-----------+------------+---------------+--------------+---------------+--------------------------+---------------------------------------------------------------------------+-------------+--------------+----------------+-------------+-------------+-----------------+
Comments
0 comments
Article is closed for comments.