{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Instances API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "VirtualMachines", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/virtualMachines", "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" }, { "name": "ProtectionStatus", "value": "", "type": "query" }, { "name": "BuckupDestination", "value": "", "type": "query" }, { "name": "BackupState", "value": "", "type": "query" } ] } }, { "info": { "name": "VirtualMachineById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/virtualMachines/:virtualMachineId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "virtualMachineId", "value": "", "type": "path" } ] } }, { "info": { "name": "TakeSnapshot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/virtualMachines/:virtualMachineId/takeSnapshot", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "virtualMachineId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteVirtualMachineSnapshots", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/virtualMachines/:virtualMachineId/deleteSnapshots", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "virtualMachineId", "value": "", "type": "path" } ] } }, { "info": { "name": "DeleteVirtualMachineBackups", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/virtualMachines/:virtualMachineId/deleteBackups", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "virtualMachineId", "value": "", "type": "path" } ] } }, { "info": { "name": "ExportVirtualMachines", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/virtualMachines/export", "headers": [ { "name": "x-api-version", "value": "" } ] } } ] } ], "bundled": true }