{ "opencollection": "1.0.0", "info": { "name": "Harmony SASE Public Application Enhanced Route Tables API", "version": "2.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Enhanced Route Tables", "type": "folder" }, "items": [ { "info": { "name": "Get route table", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Specifies the current page of the paginated result set" }, { "name": "limit", "value": "", "type": "query", "description": "Defines the number of results per page" } ] }, "docs": "Get the complete route table for an enhanced network" }, { "info": { "name": "Create static route", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table/static", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new static route entry. The selected static tunnel must not already have a route table." }, { "info": { "name": "Create dynamic route", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table/dynamic", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new dynamic route entry. The selected dynamic tunnel must not already have a route table." }, { "info": { "name": "Get route entry", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table/:routeId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "routeId", "value": "", "type": "path" } ] }, "docs": "Get a specific route entry" }, { "info": { "name": "Update route entry", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table/:routeId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "routeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific route entry. Only non-propagated route tables can be edited." }, { "info": { "name": "Delete route entry", "type": "http" }, "http": { "method": "DELETE", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/route-table/:routeId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "routeId", "value": "", "type": "path" } ] }, "docs": "Delete a specific route entry. Only non-propagated route tables can be deleted." } ] } ], "bundled": true }