Logo
Acronis Cyber Platform's Public API Documentation

Get Audit Log Settings

GET {{base_url}}/fc/api/v1/settings/audit_log

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "purge_logs_older_than_enabled": true, "purge_logs_older_than_units": "months", "export_to_file_before_purging_enabled": false, "export_to_file_before_purging_format": "csv", "export_to_file_before_purging_path": "", "export_timezone": "local", "purge_logs_older_than_n": 6 }



Curl
curl -X GET 'base_url/fc/api/v1/settings/audit_log' -H 'Content-Type: application/json'

ENDPOINTS