Cloudflare · JSON Structure

Cloudflare Ai Gateway Gateway Input Structure

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

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

Properties

name cache_enabled cache_ttl rate_limiting_enabled rate_limiting_limit rate_limiting_interval log_enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GatewayInput",
  "type": "object",
  "properties": {
    "name": {
      "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"
    }
  }
}