ONTAP 9.12.1 commands

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

    Show administrative audit logging settings

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

    Description

    The security audit show command displays the following audit-logging settings for the management interface:

    • Whether get requests for the CLI are audited

    • Whether get requests for the web (HTTP) interface are audited

    • Whether get requests for the Data ONTAP API (ONTAPI) are audited

    Audit log entries are written to the 'audit' log, viewable via the 'security audit log show' command.

    Examples

    The following example displays the audit-logging settings for the management interface:

    cluster1::> security audit show
                  Auditing State for
        Operation Get Requests
        --------- ------------------
              CLI off
             HTTP off
           ONTAPI off
    Top of Page