curl --request GET \
--url https://api.bunny.net/shield/event-logs/{shieldZoneId}/{date}/{continuationToken}{
"logs": [
{
"logId": "<string>",
"timestamp": 123,
"log": "<string>",
"labels": {
"asn": "<string>",
"country": "<string>",
"ruleId": "<string>",
"severity": "<string>",
"method": "<string>",
"ruleGroup": "<string>",
"status": "<string>",
"serverZone": "<string>"
}
}
],
"hasMoreData": true,
"continuationToken": "<string>",
"startToken": "<string>",
"errorResponse": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}curl --request GET \
--url https://api.bunny.net/shield/event-logs/{shieldZoneId}/{date}/{continuationToken}{
"logs": [
{
"logId": "<string>",
"timestamp": 123,
"log": "<string>",
"labels": {
"asn": "<string>",
"country": "<string>",
"ruleId": "<string>",
"severity": "<string>",
"method": "<string>",
"ruleGroup": "<string>",
"status": "<string>",
"serverZone": "<string>"
}
}
],
"hasMoreData": true,
"continuationToken": "<string>",
"startToken": "<string>",
"errorResponse": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}The ID of the Shield Zone.
The Date (MM-dd-yyyy) of returned Event Logs.
The Continuation Token for the next page of Event Logs
Was this page helpful?