{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents VmRestorePoints API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "VmRestorePoints", "type": "folder" }, "items": [ { "info": { "name": "RestorePointsGetAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/vmRestorePoints", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "VirtualMachineId", "value": "", "type": "query" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ] } }, { "info": { "name": "RestorePointsGetOneById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ] } }, { "info": { "name": "RestoreDisk", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/restoreDisk", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ValidateRestoreDisk", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/validateRestoreDisk", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "RestoreVm", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/restoreVm", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ValidateRestoreVm", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/validateRestoreVm", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "startFlr", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/restoreFile", "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "VmRestorePointsGetDefaultNetworkSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/vmRestorePoints/:vmRestorePointId/defaultNetworkSettings", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "vmRestorePointId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }