Cloudflare · JSON Structure

Cloudflare Ai Gateway Gateway Structure

Type: object Properties: 11
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Gateway is a JSON Structure definition published by Cloudflare, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name slug cache_enabled cache_ttl rate_limiting_enabled rate_limiting_limit rate_limiting_interval log_enabled created_at modified_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Gateway",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "cache_enabled": {
      "type": "boolean"
    },
    "cache_ttl": {
      "type": "integer"
    },
    "rate_limiting_enabled": {
      "type": "boolean"
    },
    "rate_limiting_limit": {
      "type": "integer"
    },
    "rate_limiting_interval": {
      "type": "integer"
    },
    "log_enabled": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "modified_at": {
      "type": "string"
    }
  }
}