Skip to main content
GET
/
shield
/
shield-zone
/
get-by-pullzone
/
{pullZoneId}
cURL
curl --request GET \
  --url https://api.bunny.net/shield/shield-zone/get-by-pullzone/{pullZoneId}
{
  "data": {
    "shieldZoneId": 123,
    "pullZoneId": 123,
    "learningMode": true,
    "learningModeUntil": "2023-11-07T05:31:56Z",
    "wafEnabled": true,
    "wafExecutionMode": 0,
    "wafDisabledRules": [
      "<string>"
    ],
    "wafLogOnlyRules": [
      "<string>"
    ],
    "wafRequestHeaderLoggingEnabled": true,
    "wafRequestIgnoredHeaders": [
      "<string>"
    ],
    "wafRealtimeThreatIntelligenceEnabled": true,
    "wafProfileId": 123,
    "wafEngineConfig": [
      {
        "name": "<string>",
        "valueEncoded": "<string>"
      }
    ],
    "wafRequestBodyLimitAction": 0,
    "wafResponseBodyLimitAction": 0,
    "rateLimitRulesLimit": 123,
    "customWafRulesLimit": 123,
    "planType": 0,
    "dDoSShieldSensitivity": 0,
    "dDoSExecutionMode": 0,
    "dDoSChallengeWindow": 123,
    "blockVpn": true,
    "blockTor": true,
    "blockDatacentre": true,
    "whitelabelResponsePages": true
  }
}

Path Parameters

pullZoneId
integer<int32>
required

The ID of the PullZone.

Response

OK

data
object