ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • event notification delete

    Delete event notifications

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The event notification delete command deletes an existing event notification.

    Parameters

    -ID <integer> - Event Notification ID

    Use this parameter to specify the ID of the notification to be deleted.

    Examples

    The following example shows the deletion 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 delete -ID 1
    
    cluster1::> event notification show
    This table is currently empty.
    Top of Page