Settings
SettingsZone
Show DNS Settings
Update DNS Settings
ModelsExpand Collapse
class ZoneGetResponse: …
Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened.
Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers.
nameservers: NameserversSettings determining the nameservers through which the zone should be available.
Settings determining the nameservers through which the zone should be available.
Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex.
soa: SOAComponents of the zone's SOA record.
Components of the zone's SOA record.
Time in seconds of being unable to query the primary server after which secondary servers should stop serving the zone.
The time to live (TTL) for negative caching of records within the zone.
The primary nameserver, which may be used for outbound zone transfers. If null, a Cloudflare-assigned value will be used.
Time in seconds after which secondary servers should re-check the SOA record to see if the zone has been updated.
Time in seconds after which secondary servers should retry queries after the primary server was unresponsive.
class ZoneEditResponse: …
Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened.
Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers.
nameservers: NameserversSettings determining the nameservers through which the zone should be available.
Settings determining the nameservers through which the zone should be available.
Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex.
soa: SOAComponents of the zone's SOA record.
Components of the zone's SOA record.
Time in seconds of being unable to query the primary server after which secondary servers should stop serving the zone.
The time to live (TTL) for negative caching of records within the zone.
The primary nameserver, which may be used for outbound zone transfers. If null, a Cloudflare-assigned value will be used.
Time in seconds after which secondary servers should re-check the SOA record to see if the zone has been updated.
Time in seconds after which secondary servers should retry queries after the primary server was unresponsive.
SettingsAccount
Show DNS Settings
Update DNS Settings
ModelsExpand Collapse
class AccountGetResponse: …
zone_defaults: ZoneDefaults
Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened.
Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers.
nameservers: ZoneDefaultsNameserversSettings determining the nameservers through which the zone should be available.
Settings determining the nameservers through which the zone should be available.
Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex.
soa: ZoneDefaultsSOAComponents of the zone's SOA record.
Components of the zone's SOA record.
Time in seconds of being unable to query the primary server after which secondary servers should stop serving the zone.
The time to live (TTL) for negative caching of records within the zone.
The primary nameserver, which may be used for outbound zone transfers. If null, a Cloudflare-assigned value will be used.
Time in seconds after which secondary servers should re-check the SOA record to see if the zone has been updated.
Time in seconds after which secondary servers should retry queries after the primary server was unresponsive.
class AccountEditResponse: …
zone_defaults: ZoneDefaults
Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened.
Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers.
nameservers: ZoneDefaultsNameserversSettings determining the nameservers through which the zone should be available.
Settings determining the nameservers through which the zone should be available.
Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex.
soa: ZoneDefaultsSOAComponents of the zone's SOA record.
Components of the zone's SOA record.
Time in seconds of being unable to query the primary server after which secondary servers should stop serving the zone.
The time to live (TTL) for negative caching of records within the zone.
The primary nameserver, which may be used for outbound zone transfers. If null, a Cloudflare-assigned value will be used.
Time in seconds after which secondary servers should re-check the SOA record to see if the zone has been updated.
Time in seconds after which secondary servers should retry queries after the primary server was unresponsive.