Gateway Pool Add Gateway Pool Gateway

Gateway Pool Add Gateway Pool Gateway

Add one or more gateways to a gateway pool

Privileges required:

CREATE GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/gatewayPool/addGatewayPoolGateway
COPY
Request Body

Show optional properties

{
    "gatewayPoolId": 0
}
{
    "gatewayPoolId": 0,
    "gatewayIds": [
        0
    ],
    "gatewayId": 0
}
integer
gatewayPoolId
Required

gatewayPoolId

array of integer
gatewayIds
Optional

gatewayIds

integer
gatewayId
Optional

gatewayId

Responses
200

Request was successfully processed

Returns gateway_pool_add_gateway_pool_gateway_result of type(s) application/json
This response body class contains all of the following: Inlinegateway_pool_add_gateway_pool_gateway_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 '{"gatewayPoolId:"integer"}' https://{api_host}/portal/rest/gatewayPool/addGatewayPoolGateway