{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents IAMRoles API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IAMRoles", "type": "folder" }, "items": [ { "info": { "name": "AmazonAccountsGetAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/amazon", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "SearchPattern", "value": "", "type": "query" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ] } }, { "info": { "name": "AddAmazonAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/amazon", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ValidateAmazonAccountName", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/amazon/validateName", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ValidateDeleteAmazonAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/amazon/:amazonAccountId/validateDelete", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "amazonAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "AmazonAccountsGetOneById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/amazon/:amazonAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "amazonAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdateAmazonAccount", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/accounts/amazon/:amazonAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "amazonAccountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteAmazonAccount", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/accounts/amazon/:amazonAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "amazonAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "RescanAmazonAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/amazon/:amazonAccountId/rescan", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "amazonAccountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ExportAmazonAccounts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/amazon/export", "headers": [ { "name": "x-api-version", "value": "" } ] } } ] } ], "bundled": true }