The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
event notification modify
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Modify event notifications
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The event notification modify
command is used to modify an existing notification.
Parameters
-ID <integer>
- Event Notification ID-
Use this mandatory parameter to specify the ID of the notification to be modified.
[-filter-name <text>]
- Event Filter Name-
Use this parameter to specify the filter name to be modified.
[-destinations <text>,…]
- List of Event Notification Destinations-
Use this parameter to specify the destinations to be modified. Enter multiple destinations separated by a comma.
Provide the complete set of destinations to be modified. Individual destination cannot be added or removed.
Examples
The following example shows the modification of event notification with ID 1:
cluster1::> event notification show ID Filter Name Destinations ----- ---------------- ----------------- 1 filter1 email_dest, syslog_dest, snmp-traphost cluster1::> event notification modify -ID 1 -destinations email_dest, syslog_dest cluster1::> event notification show ID Filter Name Destinations ----- ---------------- ----------------- 1 filter1 email_dest, syslog_dest