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.
security audit 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
Set administrative audit logging settings
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The security audit modify
command modifies the following audit-logging settings for the management interface:
-
Whether get requests for the CLI are audited
-
Whether get requests for the Data ONTAP API (ONTAPI) are audited
Parameters
[-cliget {on|off}]
- Enable Auditing of CLI Get Operations-
This specifies whether get requests for the CLI are audited. The default setting is
off
. [-httpget {on|off}]
- Enable Auditing of HTTP Get Operations-
This specifies whether get requests for the web (HTTP) interface are audited. The default setting is
off
. [-ontapiget {on|off}]
- Enable Auditing of Data ONTAP API Get Operations-
This specifies whether get requests for the Data ONTAP API (ONTAPI) interface are audited. The default setting is
off
.
Examples
The following example turns off auditing of get requests for the CLI interface:
cluster1::> security audit modify -cliget off