{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Traffic Rules API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Traffic Rules", "type": "folder" }, "items": [ { "info": { "name": "Get Traffic Rules", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/trafficRules", "headers": [ { "name": "x-api-version", "value": "" } ] }, "docs": "The HTTP GET request to the `/api/v1/trafficRules` path allows you to get network traffic rules that control traffic transferred between backup infrastructure components." }, { "info": { "name": "Edit Traffic Rules", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/trafficRules", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The HTTP PUT request to the `/api/v1/trafficRules` path allows you to edit network traffic rules that are configured on the backup server." } ] } ], "bundled": true }