zones_settings

Settings available for the zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_settings",
  "title": "zones_settings",
  "description": "Settings available for the zone.",
  "example": [
    {
      "id": "browser_check",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "browser_cache_ttl",
      "properties": [
        {
          "max": 31536000.0,
          "min": 1800,
          "name": "value",
          "suggested_values": [
            1800,
            3600,
            7200,
            10800,
            14400,
            18000,
            28800,
            43200,
            57600,
            72000,
            86400,
            172800,
            259200,
            345600,
            432000,
            691200,
            1382400.0,
            2073600.0,
            2678400.0,
            5356800.0,
            16070400.0,
            31536000.0
          ],
          "type": "range"
        }
      ]
    },
    {
      "id": "browser_check",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "cache_key_fields",
      "properties": [
        {
          "name": "value",
          "properties": [
            {
              "allowEmpty": true,
              "choices": [
                "include",
                "exclude"
              ],
              "multiple": false,
              "name": "query_string",
              "type": "select"
            },
            {
              "allowEmpty": true,
              "choices": [
                "include",
                "exclude",
                "check_presence"
              ],
              "multiple": true,
              "name": "header",
              "type": "select"
            },
            {
              "allowEmpty": false,
              "choices": [
                "resolved"
              ],
              "multiple": true,
              "name": "host",
              "type": "select"
            },
            {
              "allowEmpty": true,
              "choices": [
                "include",
                "check_presence"
              ],
              "multiple": true,
              "name": "cookie",
              "type": "select"
            },
            {
              "allowEmpty": false,
              "choices": [
                "device_type",
                "geo",
                "lang"
              ],
              "multiple": true,
              "name": "user",
              "type": "select"
            }
          ],
          "type": "object"
        }
      ]
    },
    {
      "id": "cache_deception_armor",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "cache_level",
      "properties": [
        {
          "choices": [
            "bypass",
            "basic",
            "simplified",
            "aggressive",
            "cache_everything"
          ],
          "multiple": false,
          "name": "value",
          "type": "select"
        }
      ]
    },
    {
      "id": "cache_ttl_by_status",
      "properties": [
        {
          "allowEmpty": false,
          "name": "value",
          "type": "object"
        }
      ]
    },
    {
      "id": "disable_apps",
      "properties": []
    },
    {
      "id": "disable_performance",
      "properties": []
    },
    {
      "id": "disable_security",
      "properties": []
    },
    {
      "id": "edge_cache_ttl",
      "properties": [
        {
          "max": 2419200.0,
          "min": 7200,
          "name": "value",
          "suggested_values": [
            7200,
            10800,
            14400,
            18000,
            28800,
            43200,
            57600,
            72000,
            86400,
            172800,
            259200,
            345600,
            432000,
            518400,
            604800,
            1209600.0,
            2419200.0
          ],
          "type": "range"
        }
      ]
    },
    {
      "id": "email_obfuscation",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "forwarding_url",
      "properties": [
        {
          "choices": [
            301,
            302
          ],
          "multiple": false,
          "name": "status_code",
          "type": "choice"
        },
        {
          "name": "url",
          "type": "forwardingUrl"
        }
      ]
    },
    {
      "id": "ip_geolocation",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "explicit_cache_control",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "rocket_loader",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "security_level",
      "properties": [
        {
          "choices": [
            "essentially_off",
            "low",
            "medium",
            "high",
            "under_attack"
          ],
          "multiple": false,
          "name": "value",
          "type": "select"
        }
      ]
    },
    {
      "id": "server_side_exclude",
      "properties": [
        {
          "name": "value",
          "type": "toggle"
        }
      ]
    },
    {
      "id": "ssl",
      "properties": [
        {
          "choices": [
            "off",
            "flexible",
            "full",
            "strict"
          ],
          "multiple": false,
          "name": "value",
          "type": "choice"
        }
      ]
    }
  ],
  "items": {
    "type": "object"
  },
  "type": "array"
}