QueryDNSZoneList
Show details about all created DNS objects.
Possible Gateways
The command QueryDNSZoneList is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
COMMAND = QueryDNSZoneList
DNSZONE = [TEXT]
FIRST = [INT]
LIMIT = [INT]
ORDER = ASC | DESC
WIDE = [INT]
CLTRID = [TEXT]Response
code = [INT]
description = [TEXT]
property[DNSZONE#][0] = [TEXT]
property[UPDATED DATE][0] = [TEXT]
property[COUNT][0] = [INT]
property[FIRST][0] = [INT]
property[LAST][0] = [INT]
property[LIMIT][0] = [INT]
property[TOTAL][0] = [INT]
property[CLTRID][0] = [TEXT]
property[SVTRID][0] = [TEXT]Attributes
| DNSZONE | Filter by dnszone (optional) |
| FIRST | First result to display (optional) |
| LIMIT | Limits the number of results to given number (optional) |
| ORDER | Optional |
| ASC | ascending |
| DESC | descending |
| WIDE | Optional |
| CLTRID | Unique identifier for this request, must be changed with every request, the default is autogenerated (optional) |
| DNSZONE# | Zones |
| UPDATED DATE | Last Update; Will only be returned if WIDE |
| COUNT | Total number of zones shown |
| FIRST | Pointer to the first shown ID |
| LAST | Pointer to the last shown ID |
| LIMIT | The limit given in the command |
| TOTAL | Total number of existing zones |
| CLTRID | The transaction - ID given in the request where this response is the answer for; Will only be returned if a CLTRID was given in the request |
| SVTRID | A unique ID for this request generated by the server; Will only be returned if a CLTRID was given in the request |