cURL
curl --request GET \ --url https://api.bunny.net/shield/metrics/shield-zone/{shieldZoneId}/waf-rule/{ruleId}
{ "data": { "totalTriggers": 123, "blockedRequests": 123, "loggedRequests": 123, "challengedRequests": 123, "overviewPastTwentyEightDays": {} }, "error": { "success": true, "message": "<string>", "errorKey": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the Shield Zone.
The ID of the WAF Rule.
^[A-Za-z0-9_-]{1,64}$
OK
Show child attributes
Generic response object containing status information for API operations.
Was this page helpful?