{ "opencollection": "1.0.0", "info": { "name": "Harmony SASE Public Application IPSec-Redundant API", "version": "2.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IPSec-Redundant", "type": "folder" }, "items": [ { "info": { "name": "Create a new IPSec Redundant tunnel", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/tunnels/ipsec/redundant", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Required permissions: `[\"network:write]`" }, { "info": { "name": "Get one IPSec Redundant tunnel", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/tunnels/ipsec/redundant/:haTunnelId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "haTunnelId", "value": "", "type": "path" } ] }, "docs": "Required permissions: `[\"network:read\"]`" }, { "info": { "name": "Update a new IPSec Redundant tunnel", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/tunnels/ipsec/redundant/:haTunnelId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "haTunnelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Required permissions: `[\"network:write]`" }, { "info": { "name": "Delete IPSec Redundant tunnel", "type": "http" }, "http": { "method": "DELETE", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/tunnels/ipsec/redundant/:haTunnelId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "haTunnelId", "value": "", "type": "path" } ] }, "docs": "Required permissions: `[\"network:delete\"]`" } ] } ], "bundled": true }