Cloudflare · JSON Structure

Cloudflare Queues Queue Structure

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

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

Properties

queue_id queue_name created_on modified_on producers_total_count consumers_total_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Queue",
  "type": "object",
  "properties": {
    "queue_id": {
      "type": "string"
    },
    "queue_name": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "modified_on": {
      "type": "string"
    },
    "producers_total_count": {
      "type": "integer"
    },
    "consumers_total_count": {
      "type": "integer"
    }
  }
}