{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Proxies API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Proxies", "type": "folder" }, "items": [ { "info": { "name": "Get All Proxies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of proxies to skip." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of proxies to return." }, { "name": "orderColumn", "value": "", "type": "query", "description": "Sorts proxies by one of the proxy parameters." }, { "name": "orderAsc", "value": "", "type": "query", "description": "Sorts proxies in the ascending order by the `orderColumn` parameter." }, { "name": "nameFilter", "value": "", "type": "query", "description": "Filters proxies by the `nameFilter` pattern. The pattern can match any proxy parameter. To substitute one or more characters, use the asterisk (*) character at the beginning, at the end or both." }, { "name": "typeFilter", "value": "", "type": "query", "description": "Filters proxies by proxy type." }, { "name": "hostIdFilter", "value": "", "type": "query", "description": "Filters proxies by ID of the backup server." } ] }, "docs": "The HTTP GET request to the `/api/v1/backupInfrastructure/proxies` path allows you to get an array of all backup proxies that are added to the backup infrastructure." }, { "info": { "name": "Add Proxy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The HTTP POST request to the `/api/v1/backupInfrastructure/proxies` path allows you to add a proxy to the backup infrastructure." }, { "info": { "name": "Get Proxy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the backup proxy." } ] }, "docs": "The HTTP GET request to the `/api/v1/backupInfrastructure/proxies/{id}` path allows you to get a backup proxy that has the specified `id`." }, { "info": { "name": "Edit Proxy", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the backup proxy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The HTTP PUT request to the `/api/v1/backupInfrastructure/proxies/{id}` path allows you to edit a backup proxy that has the specified `id`." }, { "info": { "name": "Remove Proxy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the backup proxy." } ] }, "docs": "The HTTP DELETE request to the `/api/v1/backupInfrastructure/proxies/{id}` path allows you to remove a backup proxy that has the specified `id` from the backup infrastructure." } ] } ], "bundled": true }