Technical References

The zone command lets you create and edit DNS zones.
The name of the zone may be an IPv4 subnet (<address>/<length>),
IPv6 prefix (<address>/<length>), prefix name (the prefix
address is used), or DNS name.
zone <name> addHost <host name> <address> [<alias> ...]
zone <name> removeHost <host name>
zone <name> listHosts
The addHost command adds a host with a given name, address
and optional aliases to the zone.
The removeHost command removes a host from the zone.
The listHosts command lists the hosts in the zone.
zone <name> addRR [-staged|-sync] <name> [<ttl>] [<class>] <type> <data>
zone <name> addDNSRR <name> [<ttl>] <type> <data>
zone <name> removeRR <name> [<type> [<data>]]
zone <name> removeDNSRR <name> [<type>] [<data>]
zone <name> listRR [all|ccm|dns]
zone <name> findRR [-namePrefix <namePrefix>]
[-rrTypes <rrTypeList>] [-protected | -unprotected]
The addRR command adds a protected resource record to a zone.
The arguments to addRR are in the same format as BIND files.
An attempt to add a protected record to an unprotected name
will fail.
The removeRR command removes all specified protected resource
records. Resource records may be specified by name, by name
and type, or by name, type, and data (the data is specified in
BIND-style format.)
The addDNSRR command adds an unprotected resource record. The
name, type, and data must be specified. An attempt to add an
unprotected record to a protected name will fail.
The removeDNSRR command removes all specified unprotected
resource records. Resource records may be specified by name,
by name+type, or name+type+data. The changes take effect
immediately; no serverreload is necessary. If the DNS server
is not running, the command will fail.
The listRR command lists the resource records in the zone.
CCM records are the records being managed by the CCM server,
and stored in its database. DNS records are the records that
the running DNS server is serving to clients.
The findRR command displays the resource records matching a
name prefix, a list of resource record types, and whether
protected or not (or either).
The cleanRR command removes obsolete resource records. It is
particularly useful for removing records remaining from zone
deletion followed by recreation of the same zone. This command