Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bunny.net/shield/metrics/rate-limits/{shieldZoneId}
{ "data": [ { "ratelimitId": 123, "overview": { "totalBreaches": 123, "loggedBreaches": 123, "challengedBreaches": 123, "blockedBreaches": 123 }, "ratelimitOverviewPastTwentyEightDays": {} } ], "error": { "success": true, "message": "<string>", "errorKey": "<string>" } }
The ID of the Shield Zone.
OK
Show child attributes
Generic response object containing status information for API operations.
Was this page helpful?