{
"opencollection": "1.0.0",
"info": {
"name": "Harmony SASE Public Application Regions API",
"version": "2.3.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Regions",
"type": "folder"
},
"items": [
{
"info": {
"name": "List of available Harmony SASE regions that supports standard networks",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/harmony-sase-regions"
},
"docs": "Required permissions: `[\"addon:read\"]`
List of regions."
},
{
"info": {
"name": "Add regions to a network",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/regions",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Required permissions: `[\"Network:Update\"]`
Network Update."
},
{
"info": {
"name": "Remove regions from network",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/regions",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Required permissions: `[\"Network:Delete\"]`
Remove Region. Gateways will still be avaidble through the remaining regions, in case you removed the last region, the gateways will be removed as well."
},
{
"info": {
"name": "Get region by ID",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/regions/:regionId",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
},
{
"name": "regionId",
"value": "",
"type": "path"
}
]
},
"docs": "Required permissions: `[\"network:read\"]`
Get Region."
}
]
}
],
"bundled": true
}