{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents RetentionSettings API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "RetentionSettings", "type": "folder" }, "items": [ { "info": { "name": "GetRetentionSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/settings/retentionSettings", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "UpdateRetentionSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/settings/retentionSettings", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "SetDefaultRetentionSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/settings/retentionSettings/reset", "headers": [ { "name": "x-api-version", "value": "" } ] } } ] } ], "bundled": true }