Cloudflare · Schema

Cloudflare Zone

A zone object from the Cloudflare API, representing a domain and its associated configuration managed through Cloudflare's DNS and proxy services.

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
id string The unique identifier of the zone.
name string The domain name of the zone.
status string The status of the zone.
paused boolean Whether the zone is paused, meaning Cloudflare will not proxy traffic.
type string The type of zone configuration.
development_mode integer Seconds remaining in development mode. Zero means development mode is off.
name_servers array Cloudflare-assigned nameservers for the zone.
original_name_servers array The original nameservers before moving to Cloudflare.
original_registrar string The original domain registrar.
original_dnshost string The original DNS host.
account object The account that owns the zone.
owner object The owner of the zone.
plan object The plan associated with the zone.
permissions array Available permissions on the zone.
activated_on stringnull When the zone was activated on Cloudflare.
created_on string When the zone was created.
modified_on string When the zone was last modified.
View JSON Schema on GitHub