Retrieve request log data over account’s domains. The log records every request passing through WAAP towards the origin server.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
List of domain IDs.
Domain ID
[1, 2, 3]Sort data by given field.
"userAgent"
"-requestTime"
Filter data items starting from a specified date in ISO 8601 format
"2024-04-13T00:00:00+01:00"
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
"2024-04-14T12:00:00Z"
Number of items to return
0 <= x <= 100Number of items to skip
0 <= x <= 100000Filter data by traffic types. A single request can be categorized into multiple traffic types.
A type of traffic that a request is categorized as.
policy_allowed, policy_blocked, custom_rule_allowed, custom_blocked, legit_requests, sanctioned, dynamic, api, static, ajax, redirects, monitor, err_40x, err_50x, passed_to_origin, timeout, other, ddos, legit, monitored ["policy_allowed", "custom_rule_allowed"]Filter traffic data by client IP.
["1.2.3.4", " 2001:678:194::3c25:ddad"]Filter data by security actions applied to the request.
An action applied to a request according to the security configuration.
allow, block, captcha, handshake ["captcha", "handshake"]Filter by URL path with a glob-like pattern.
"/home"
Filter data by a country code of the originating IP address in ISO 3166-1 alpha-2 format.
["DE", "MY"]Filter data by HTTP response status code.
100 <= x <= 599Filter by HTTP methods
An HTTP method of a request.
DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE ["GET", "HEAD"]Filter data by reference ID.
"ad07c06f19054e484974fa22e9fb6bb1"
Filter data by name of a security rule matched the request.
100["SQL injection"]Filter data by result.
Filter data by the event processing result.
, passed, blocked, suppressed ["passed", "blocked"]Successful Response