Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
name of DNS zone
"example.com"
email address of the administrator responsible for this zone
If a zone is disabled, then its records will not be resolved on dns servers
number of seconds after which secondary name servers should stop answering request for this zone
arbitrarily data of zone in json format
you can specify webhook
url and webhook_method
here
webhook will get a map with three arrays: for created, updated and deleted rrsets
webhook_method
can be omitted, POST will be used by default
Time To Live of cache
primary master name server for zone
number of seconds after which secondary name servers should query the master for the SOA record, to detect zone changes.
number of seconds after which secondary name servers should retry to request the serial number
Serial number for this zone or Timestamp of zone modification moment. If a secondary name server slaved to this one observes an increase in this number, the slave will assume that the zone has been updated and initiate a zone transfer.