Network Insert Network Gateway Pool

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"
}
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,
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
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

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