Network Delete Network Gateway Pool
Deletes the specified gateway pool (by id
).
Privileges required:
DELETE
GATEWAY
Request
URI
POST
https://{api_host}/portal/rest/network/deleteNetworkGatewayPool
COPY
Request Body
Show optional properties
{
"id": 0
}
{
"networkId": 0,
"enterpriseProxyId": 0,
"id": 0,
"gatewayPoolId": 0
}
integer
networkId
Optional
networkId
integer
enterpriseProxyId
Optional
enterpriseProxyId
integer
id
Required
alias for gatewayPoolId
integer
gatewayPoolId
Optional
gatewayPoolId
Responses
200
Request was successfully processed
Returns
network_delete_network_gateway_pool_result
of type(s)
application/json
This response body class contains all of the following:
Inlinenetwork_delete_network_gateway_pool_result0
{
"id": 123,
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"integer"}' https://{api_host}/portal/rest/network/deleteNetworkGatewayPool
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