IPs
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/PubItems/{id}/Rules/{ruleId}/Criteria/IPsPath 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 an IP to the Criteria IP list
ipstring · min: 1 · max: 255 · nullableRequired
Value that represents the IP
ipTypestring · enumRequiredPossible values:
IP Version
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/PubItems/{id}/Rules/{ruleId}/Criteria/IPsNo content
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 an IP from the Criteria IP list
ipstring · min: 1 · max: 255 · nullableRequired
Value that represents the IP
ipTypestring · enumRequiredPossible values:
IP Version
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/PubItems/{id}/Rules/{ruleId}/Criteria/IPsNo content
Last updated