Create an audit log file and download it to the controller node as follows. Required role: Audit or Security Create an audit log file. You can perform this for the cluster master node (primary) only. REST API: POST /v1/objects/audit-logs/actions/create-file/invoke CLI: audit_log_create_file Verify the job ID which is displayed after the command is run. Verify the state of the job. Run either of the following commands with the job ID specified. REST API: GET /v1/objects/jobs/<jobID> CLI: job_show If the job state is "Succeeded", the job is completed. Download an audit log file. An audit log file is downloaded as a zip file to the current folder in which a REST API or CLI command has been run. REST API: GET /v1/objects/audit-logs/download CLI: audit_log_download The name of an audit log file when running a CLI command is "download-auditlog.zip".