{
"opencollection": "1.0.0",
"info": {
"name": "Harmony SASE Public Application Standard Networks API",
"version": "2.3.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Standard Networks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get all Networks",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard"
},
"docs": "List all networks"
},
{
"info": {
"name": "Create network",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Required permissions: `[\"network:create\"]`
Create networks."
},
{
"info": {
"name": "Get network by Id",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
]
},
"docs": "Required permissions: `[\"network:read\"]`
List network."
},
{
"info": {
"name": "Update network",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Required permissions: `[\"network:update\"]`
Update network."
},
{
"info": {
"name": "Delete network",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
]
},
"docs": "Required permissions: `[\"network:delete\"]`
Delete network."
},
{
"info": {
"name": "Get network health status",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/:networkId/health",
"params": [
{
"name": "networkId",
"value": "",
"type": "path"
}
]
},
"docs": "Required permissions: `[\"network:read\"]`
Get health status of all gateways and tunnels in the standard network."
},
{
"info": {
"name": "Get status of asynchronous operations.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://virtserver.swaggerhub.com/perimeter81/public-api-yaml/1.0.0/v2.3/networks/standard/status/:statusId",
"params": [
{
"name": "statusId",
"value": "",
"type": "path"
}
]
},
"docs": "Required permissions: `[\"network:read\"]`
status of asynchronous operations."
}
]
}
],
"bundled": true
}