ipBlocking
List blocked IP addresses
Returns the list of IP addresses that are currently blocked, together with their blocking status and expiry times. Use this endpoint to audit which addresses have been manually blocked.
List blocked IP addresses
Submits a request to retrieve the list of currently blocked IP addresses and their blocking details.
Block IP address until time
Manually blocks the specified IP address until the given UTC expiry time. After the expiry time the block is automatically lifted. Returns the updated list of blocked IP addresses.
Block IP address until time
Submits a request to manually block the specified IP address until the given expiry time. Provide the IpAddress and ExpiresUtc in the request body.
Removes blocking of a specified ip address
Removes the block on the specified IP address, immediately allowing connections from that address. Returns the updated list of blocked IP addresses.
Removes blocking of a specified ip address
Submits a request to remove the block on the specified IP address. Provide the IpAddress in the request body.