Gateway IPs

List

get

Retrieve Criteria Gateway IP List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to retrieve the Criteria settings.

ruleIdinteger · int32Required

The ID of the Rule to retrieve.

Responses
200

Success

application/json; api-version=1.0
get
/api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/GatewayIPs

Add

post

Add a gateway IP to the Gateway IP List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

ruleIdinteger · int32Required

The ID of the Rule to retrieve.

Body

Add a gateway IP to the Criteria Gateways list

ipstring | nullableOptional

The IP of the gateway to add to the Criteria.

gatewayIdinteger · int32 | nullableOptional

The ID of the gateway to add to the Criteria.

Responses
post
/api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/GatewayIPs

No content

Remove

delete

Remove a gateway IP from the Gateway IP List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

ruleIdinteger · int32Required

The ID of the Rule to retrieve.

Body

Remove a gateway IP from the Criteria Gateways list

ipstring | nullableRequired

The IP of the gateway to remove from the Criteria.

Responses
delete
/api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/GatewayIPs

No content

Last updated

Was this helpful?