Zone API

A DNS Zone is a portion of a DNS Domain separated for administrative control. You can think of it as a container for individual DNS Resource Records. Zones (domains) are the basic building blocks of DNS. UltraDNS defines three classes of zone types: Primary, Secondary, and Alias.

  • A Primary Zone is the master copy of the zone data. UltraDNS manages Primary zones. They may include advanced features like pools.

  • A Secondary Zone is a copy of the primary zone, and is owned and controlled by a nameserver outside the UltraDNS system. UltraDNS retrieves a copy via zone transfer of the zone from the remote nameserver. Secondary zones are read-only (except for requests for transfer) and cannot contain advanced UltraDNS features.

  • An Alias Zone is a virtual copy of a Primary zone; it’s basically the primary zone under a different zone name. They are read-only, but contain all of the advanced features of the primary zones they alias.

This section displays the details on the Zone API calls available for use, as well as detailed Zone DTO (Data Transfer Object) information.

When DTOs are required in the body of the call, or are returned as a response, cross reference links are provided to the specific table containing the details of DTO contents.

To escape forward slashes in zone names (for example, a reverse zone with the name 0/24.50.156.193.in-addr.arpa), use %2F.

In our example URIs, to specify the reverse zone noted above, follow this example -

 

https://api.ultradns.com/zones/0%2F24.50.156.193.in-addr.arpa.