{ "opencollection": "1.0.0", "info": { "name": "Harmony SASE Public Application Firewall Policy API", "version": "2.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Firewall Policy", "type": "folder" }, "items": [ { "info": { "name": "Get firewall policy by network Id", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/:networkId/policy", "params": [ { "name": "networkId", "value": "", "type": "path" } ] }, "docs": "Required permissions: `[\"network:read\"]`." }, { "info": { "name": "Update firewall policy by network ID", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/:networkId/policy", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Required permissions: `[\"network:update\"]`." } ] } ], "bundled": true }