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.
- [-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