{ "opencollection": "1.0.0", "info": { "name": "Harmony SASE Public Application Enhanced Regions API", "version": "2.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Enhanced Regions", "type": "folder" }, "items": [ { "info": { "name": "List of available Harmony SASE regions that supports enhanced networks", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/harmony-sase-regions" }, "docs": "Required permissions: `[\"addon:read\"]`

List of regions." }, { "info": { "name": "List regions", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions", "params": [ { "name": "networkId", "value": "", "type": "path" } ] }, "docs": "List all regions in an enhanced network" }, { "info": { "name": "Create enhanced region", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new region to an enhanced network" }, { "info": { "name": "Get region", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions/:regionId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "regionId", "value": "", "type": "path" } ] }, "docs": "Get details of a specific region in an enhanced network" }, { "info": { "name": "Delete enhanced region", "type": "http" }, "http": { "method": "DELETE", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions/:regionId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "regionId", "value": "", "type": "path" } ] }, "docs": "Remove a region from an enhanced network" }, { "info": { "name": "Increase scale units", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions/:regionId/scale-unit/increase", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "regionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Increase the number of scale units in a region" }, { "info": { "name": "Reduce scale units", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/enhanced/:networkId/regions/:regionId/scale-unit/reduce", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "regionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reduce the number of scale units in a region" } ] } ], "bundled": true }