{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents SMTPServerCredentialsRecords API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SMTPServerCredentialsRecords", "type": "folder" }, "items": [ { "info": { "name": "StandardAccountsGetAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/standard", "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": "AddStandardAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/standard", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "StandardAccountsGetOneById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/standard/:standardAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "standardAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdateStandardAccount", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/accounts/standard/:standardAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "standardAccountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteStandardAccount", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/accounts/standard/:standardAccountId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "standardAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "ValidateStandardAccountName", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/standard/validateName", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ExportStandardAccounts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/standard/export", "headers": [ { "name": "x-api-version", "value": "" } ] } } ] } ], "bundled": true }