For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
string[]Optional
get/api/PubItems/{id}/GatewayFilters
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 · min: 1 · max: 255 · nullableRequired

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

Responses
201

Created

No content

post/api/PubItems/{id}/GatewayFilters

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

No content

delete/api/PubItems/{id}/GatewayFilters/{ip}

No content