Cloudflare · JSON Structure

Cloudflare Logpush Logpush Job Input Structure

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

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

Properties

name enabled dataset destination_conf logpull_options frequency filter ownership_challenge

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LogpushJobInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "dataset": {
      "type": "string"
    },
    "destination_conf": {
      "type": "string"
    },
    "logpull_options": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "filter": {
      "type": "string"
    },
    "ownership_challenge": {
      "type": "string"
    }
  }
}