Network Insert Network Gateway Pool
Creates a gateway pool for the specified network.
Privileges required:
CREATE
GATEWAY
Request
URI
POST
https://{api_host}/portal/rest/network/insertNetworkGatewayPool
COPY
Request Body
Show optional properties
{
"networkId": 0,
"name": "string"
}
{
"networkId": 0,
"enterpriseProxyId": 0,
"name": "string",
"description": "string",
"handOffType": "string",
"ipV4Enabled": false,
"ipV6Enabled": false
}
integer
networkId
Required
networkId
integer
enterpriseProxyId
Optional
enterpriseProxyId
string
name
Required
name
string
description
Optional
description
string
handOffType
Optional
handOffType
Possible values are :
NONE,
ALLOW,
ONLY,
boolean
ipV4Enabled
Optional
ipV4Enabled
boolean
ipV6Enabled
Optional
ipV6Enabled
Responses
200
Request was successfully processed
Returns
network_insert_network_gateway_pool_result
of type(s)
application/json
This response body class contains all of the following:
Inlinenetwork_insert_network_gateway_pool_result0
{
"id": 123,
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","networkId:"integer"}' https://{api_host}/portal/rest/network/insertNetworkGatewayPool
Network Operations
POST
Network Remove Operator Config Assoc From All Enterprises
POST
Enterprise Get Default Operator Configuration
POST
Enterprise Get Enterprise Specific Operator Configs
POST
Enterprise Update Edge Image Management
POST
Enterprise Update Edge Image Management Multiple
POST
Network Delete Network Gateway Pool
POST
Network Get Network Gateways
POST
Network Insert Network Gateway Pool
POST
Network Update Network Gateway Pool Attributes