{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Licensing API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Licensing", "type": "folder" }, "items": [ { "info": { "name": "GetLicense", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/licensing/license", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "InstallLicense", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/licensing/license", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "licenseFile", "type": "text", "value": "" } ] } } }, { "info": { "name": "RemoveLicense", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/licensing/license", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "ExportLicense", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/licensing/license/export", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "GetLicensedWorkloads", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/licensing/licensedWorkloads", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" }, { "name": "SearchPattern", "value": "", "type": "query" } ] } }, { "info": { "name": "GetAllLicenseNotifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/licensing/alerts", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "ResolveLicenseNotifications", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/licensing/alerts/resolve", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }