List WAF EventsAsk AIget https://api.rocket.net/v1/reporting/sites/{id}/waf/eventlistLists all requests which triggered actions in the Web Application Firewall (WAF)Path ParamsidintegerrequiredID of the Site you are interacting withQuery ParamsdurationstringenumrequiredDuration that the listed data is for (m = minutes, h = hours, d = days)30m1h6h12h24h72h7d30dShow 8 enum valuessearchstringSearch for an event by action, client_ip, country, request_path, user_agent, or query_stringactionarray of stringsFilter events matching a specific action taken by the WAFactionADD stringclient_ipstringFilter events matching a specific IP addressrequest_pathstringFilter events matching a specific request path or partial pathcountryarray of stringsFilter events matching a specific countrycountryADD stringasnstringFilter events matching a specific ASNasn_descriptionstringFilter events matching a specific or partial ASN descriptionhttp_methodarray of stringsFilter events matching a specific HTTP methodhttp_methodADD stringhttp_protocolstringFilter events matching a specific or partial HTTP Protocolquery_stringstringFilter events matching a specific or partial Query Stringray_idstringFilter events matching a specific or partial Ray IDuser_agentstringFilter events matching a specific or partial HTTP User Agentper_pageinteger1 to 1000Defaults to 10How many results to include in each page (default = 10)pageinteger≥ 1Defaults to 1Page of results to include (default = 1)Responses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago