IP Spotlight

Fetch metrics of blocked requests from a specific IP to a domain, categorized by rule and action

Retrieve metrics, which enumerate blocked requests originating from a specific IP to a domain, grouped by rule name and taken action. Each metric provides insights into the request count blocked under a specific rule and the corresponding action that was executed.

get/waap/v1/ip-info/blocked-requests

Query parameters

string ipv4 required
OR
string ipv6 required

The IP address to check

domain_idinteger required

The identifier for a domain. When specified, the response will exclusively contain data pertinent to the indicated domain, filtering out information from other domains.

The identifier for a domain. When specified, the response will exclusively contain data pertinent to the indicated domain, filtering out information from other domains.

Response

Successful Response

rule_namestring required

The name of the rule that blocked the request

actionstring required

The action taken by the rule

countinteger required

The number of requests blocked by the rule

Changes

No recorded changes to this endpoint across all 29 revisions of this API.