Ip filters
Retrieve a collection of IP blacklist entries or whitelist entries.
Use the filter
query parameter to retrieve just a subset of a collection.
Use the search
query parameter to restrict the results of a request to match a search criterion.
Use the orderby
query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
Use the skip
query parameter to set the number of items to skip at the start of a collection.
Use the top
query parameter to specify the page size of the result set.
Add a new IP blacklist entry or whitelist entry to the system.
The CIDR
notation IP address and prefix length,
like "192.0.2.0/24" or "2001:db8::/32", as defined in RFC 4632 and RFC 4291.
IP rule's target:
ACCEPT
: An accepted rule.DENY
: A rejection rule.
ACCEPT
, DENY
IP rule's expire time.
The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
Remarks for the IP rule.
Update IP blacklist entry or whitelist entry that already exists.
The unique ID of IP rule.
The unique ID of the resource.
The CIDR
notation IP address and prefix length,
like "192.0.2.0/24" or "2001:db8::/32", as defined in RFC 4632 and RFC 4291.
IP rule's target:
ACCEPT
: An accepted rule.DENY
: A rejection rule.
ACCEPT
, DENY
IP rule's expire time.
The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
Remarks for the IP rule.
No body
Was this helpful?