{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Timezone API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Timezone", "type": "folder" }, "items": [ { "info": { "name": "GetDateTimeSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/settings/dateTime", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "SetDateTimeSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/settings/dateTime", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GetTimeZones", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/settings/dateTime/timeZones", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "SetDefaultDateTimeSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/settings/dateTime/setDefault", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "GetDefaultDateTimeSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/settings/dateTime/getDefault", "headers": [ { "name": "x-api-version", "value": "" } ] } } ] } ], "bundled": true }