Logo
Acronis Cyber Platform's Public API Documentation

Get Purging Policies Settings

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "purge_deleted_files_older_than_enabled": false, "purge_deleted_files_older_than_n": 2, "purge_deleted_files_older_than_units": "months", "purge_revisions_older_than_enabled": false, "purge_revisions_older_than_n": 1, "purge_revisions_older_than_units": "months", "keep_at_least_n_revisions_enabled": false, "keep_at_least_n_revisions": 5, "only_keep_n_revisions_enabled": false, "only_keep_n_revisions": 7, "purge_thread_granularity": 300, "allow_users_to_selectively_purge_revisions": false }



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

ENDPOINTS