Gateway Filters

Deprecated

Get RAS Secure Gateway filter

get

Retrieve the filtered RAS Secure Gateway for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be acquired.

Responses
200
Success
application/json; api-version=1.0
Responsestring[]
get
GET /api/PubItems/{id}/GatewayFilters HTTP/1.1
Host: 
Accept: */*
[
  "text"
]
Deprecated

Add RAS Secure Gateway filter

post

Add a RAS Secure Gateway to the filter of type 'Gateway' for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

Body

Add a RAS Secure Gateway to the filter of type 'Gateway' for the specified published resource

ipstring | nullableRequired

The IP address of the RAS Secure Gateway to add to the filter.

Responses
201
Created
post
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

Deprecated

Delete RAS Secure Gateway filter

delete

Delete a RAS Secure Gateway from the filter of type 'Gateway' for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

ipstringRequired

IP of the RAS Secure Gateway filter to be deleted

Responses
204
No Content
delete
DELETE /api/PubItems/{id}/GatewayFilters/{ip} HTTP/1.1
Host: 
Accept: */*

No content

Was this helpful?