Dns Zone Object


DNS zones hold information about the records that map a domain's URL to an IP address.

Properties
domainNamestringformat HOSTNAME

Domain name including the TLD. Both root domains and subdomains are supported.


recordsArray <DnsRecord>minItems 1maxItems 10

DNS records. You can only set up a single record object per DNS record type. If you want to specify multiple values for the same record type, you must save them in the values for the relevant type.

Min: 1 DNS record Max: 10 DNS records


idstringRead-onlyformat HOSTNAME

ID of the Dns Zone. Identical to the domain name including TLD.


dnssecEnabledboolean

Whether DNS Security Extensions (DNSSEC) are enabled.

Default: false

Was this helpful?
Yes
No