Cloudflare · JSON Structure

Cloudflare Dns Dns Record Input Structure

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

DnsRecordInput 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 content ttl priority proxied comment tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DnsRecordInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "ttl": {
      "type": "integer"
    },
    "priority": {
      "type": "integer"
    },
    "proxied": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  }
}