Gateway Filters
Retrieve the filtered RAS Secure Gateway for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be acquired.
GET /api/PubItems/{id}/GatewayFilters HTTP/1.1
Host:
Accept: */*
[
"text"
]
Add a RAS Secure Gateway to the filter of type 'Gateway' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
Add a RAS Secure Gateway to the filter of type 'Gateway' for the specified published resource
The IP address of the RAS Secure Gateway to add to the filter.
POST /api/PubItems/{id}/GatewayFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 13
{
"ip": "text"
}
No content
Delete a RAS Secure Gateway from the filter of type 'Gateway' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
IP of the RAS Secure Gateway filter to be deleted
DELETE /api/PubItems/{id}/GatewayFilters/{ip} HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?