Table of Contents

Get Zone

Method Name: getZone
Description: Get details of DNS zone
WSDL URL: https://api.durabledns.com/services/dns/getZone.php?wsdl

Input

apiuser —— Value for authentication – Provided by DurableDNS on the Dashboard
apikey —— Value for authentication – Provided by DurableDNS on the Dashboard
zonename —— Name of zone, followed by a dot (.). Example: “example.com.”

Output

origin —— Name of zone
ns —— Fully-qualified domain name of primary name server for zone. Example: “ns1.durabledns.com.”
mbox —— Email address of person responsible for the zone. Example: “support.durabledns.com” (Replace the ‘@’ with a ‘.’)
serial —— Current serial number of zone
refresh —— Zone refresh time in seconds
retry —— Zone retry time in seconds
expire —— Zone expiration time in seconds
minimum —— Minimum TTL for records within zone, in seconds
ttl —— TTL for zone (SOA record)
xfer —— AXFR allow list, comma separated IP addresses in CIDR format. Example: “127.0.0.1/32,127.0.0.100/32”
update_acl —— DDNS update ACL, comma separated IP addresses in CIDR format. Example: “127.0.0.1/32,127.0.0.100/32

 
soap/getzone.txt · Last modified: 2019/05/16 09:33 by DurableDNS Support