Cloudflare · JSON Structure

Cloudflare Dns Dns Record Structure

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

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

Properties

id zone_id zone_name name content ttl proxied proxiable locked comment tags created_on modified_on

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DnsRecord",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "zone_id": {
      "type": "string"
    },
    "zone_name": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "ttl": {
      "type": "integer"
    },
    "proxied": {
      "type": "boolean"
    },
    "proxiable": {
      "type": "boolean"
    },
    "locked": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "created_on": {
      "type": "string"
    },
    "modified_on": {
      "type": "string"
    }
  }
}