Edge Cache TTL

Time (in seconds) that a resource will be ensured to remain on Cloudflare's cache servers.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-edge-cache-ttl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_edge_cache_ttl",
  "title": "Edge Cache TTL",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "edge_cache_ttl"
          ],
          "example": "edge_cache_ttl"
        },
        "value": {
          "$ref": "#/components/schemas/zones_edge_cache_ttl_value"
        }
      }
    }
  ],
  "description": "Time (in seconds) that a resource will be ensured to remain on Cloudflare's cache servers."
}