curl --request GET \
--url https://api.bunny.net/shield/metrics/shield-zone/{shieldZoneId}/bot-detection{
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
},
"data": {
"overviewPastTwentyEightDays": {},
"totalLoggedRequests": 123,
"totalChallengedRequests": 123
}
}curl --request GET \
--url https://api.bunny.net/shield/metrics/shield-zone/{shieldZoneId}/bot-detection{
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
},
"data": {
"overviewPastTwentyEightDays": {},
"totalLoggedRequests": 123,
"totalChallengedRequests": 123
}
}Was this page helpful?