This is an archive version of the document. To get the most up-to-date information, see the current version.

Global Retention Settings

The /retentionSettings resource collection represents global retention settings configured in Veeam Backup for AWS.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/settings/retentionSettings

Global Retention SettingsCollection Representation

{

 "lingeringSnapshotRetentionDisabled": false,

 "lingeringSnapshotRetention": {

   "retentionDurationType": "Monthly",

   "timeRetentionDuration": 5

 },

 "sessionsRetention": {

   "retentionDurationType": "Daily",

   "timeRetentionDuration": 60

 },

 "keepAllSessions": false,

 "_links": [

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/settings/retentionSettings"

   },

   {

     "method": "POST",

     "rel": "update",

     "href": "https://135.169.170.192:11005/api/v1/settings/retentionSettings"

   },

   {

     "method": "POST",

     "rel": "Reset",

     "href": "https://135.169.170.192:11005/api/v1/settings/retentionSettings/reset"

   }

 ]

}

In This Section