Cloudflare · JSON Structure

Cloudflare Logpush Logpush Job Structure

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

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

Properties

id name enabled dataset destination_conf logpull_options frequency last_complete last_error error_message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LogpushJob",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "dataset": {
      "type": "string"
    },
    "destination_conf": {
      "type": "string"
    },
    "logpull_options": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "last_complete": {
      "type": "string"
    },
    "last_error": {
      "type": "string"
    },
    "error_message": {
      "type": "string"
    }
  }
}