curl --request GET \
--url https://api.bunny.net/shield/metrics/overview/{shieldZoneId}/detailed{
"data": {
"waf": {
"metrics": {},
"totals": {}
},
"ddos": {
"metrics": {},
"totals": {}
},
"rateLimit": {
"metrics": {},
"totals": {}
},
"accessLists": {
"metrics": {},
"totals": {}
},
"botDetection": {
"metrics": {},
"totals": {}
},
"uploadScanning": {
"metrics": {},
"totals": {}
},
"totalCleanRequestsLimit": 123,
"totalBillableRequestsThisMonth": 123,
"resolution": 0
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}curl --request GET \
--url https://api.bunny.net/shield/metrics/overview/{shieldZoneId}/detailed{
"data": {
"waf": {
"metrics": {},
"totals": {}
},
"ddos": {
"metrics": {},
"totals": {}
},
"rateLimit": {
"metrics": {},
"totals": {}
},
"accessLists": {
"metrics": {},
"totals": {}
},
"botDetection": {
"metrics": {},
"totals": {}
},
"uploadScanning": {
"metrics": {},
"totals": {}
},
"totalCleanRequestsLimit": 123,
"totalBillableRequestsThisMonth": 123,
"resolution": 0
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}The ID of the Shield Zone.
0, 1, 2, 3, 4, 5, 6 Was this page helpful?