ONTAP 9.12.1 commands

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

    Display event notifications

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

    Description

    The event notification show command is used to display the list of existing event notifications.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-ID <integer>] - Event Notification ID

    Use this parameter to display the detailed information about the notification ID you specify.

    [-filter-name <text>] - Event Filter Name

    Use this parameter to display event notifications that use the filter-name you specify.

    [-destinations <text>,…​] - List of Event Notification Destinations

    Use this parameter to display event notifications that use the destinations you specify.

    Examples

    The following example displays the event notification:

    cluster1::> event notification show
    ID     Filter Name       Destinations
    -----  ----------------  -----------------
    1      filter1           email_dest, syslog_dest, snmp-traphost
    Top of Page