{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents CostEstimation API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "CostEstimation", "type": "folder" }, "items": [ { "info": { "name": "GetCostEstimation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/costEstimation", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "VirtualMachineNameFilter", "value": "", "type": "query" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ExportCostEstimation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/costEstimation/export", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }