Add a new RAS Secure Gateway to a client policy list. Deprecated path - Use Criteria section instead.
Client policy ID
Add a new Gateway criteria to the Client Policy
The IP address of the Gateway to add to the client policy list.
No Content
Unauthorized
Not Found
POST /api/ClientPolicies/{id}/GatewayFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 13
{
"ip": "text"
}No content
Remove a RAS Secure Gateway from the list of a client policy. Deprecated path - Use Criteria section instead.
Client policy ID
Remove a Gateway criteria from the Client Policy
The IP address of the Gateway to remove from the client policy list.
No Content
Unauthorized
Not Found
DELETE /api/ClientPolicies/{id}/GatewayFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 13
{
"ip": "text"
}No content