QueryDNSZoneRRList
Query resource record list of a particular zone in KeyDNS.
Possible Gateways
The command QueryDNSZoneRRList is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
COMMAND = QueryDNSZoneRRList
DNSZONE = [TEXT]
CONTENT = [TEXT]
NAME = [TEXT]
PRIO = [INT]
TTL = [INT]
TYPE = [TEXT]
FIRST = [INT]
LIMIT = [INT]
ORDER = ASC|DESC
ORDERBY = name | type | content | prio | ttl | changed_date
WIDE = [INT]
CLTRID = [TEXT]Response
code = [INT]
description = [TEXT]
property[RR#][0] = [TEXT]
property[CONTENT][0] = [TEXT]
property[LOCKED][0] = [TEXT]
property[NAME][0] = [TEXT]
property[TTL][0] = [TEXT]
property[TYPE][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 | Name of the zone |
| CONTENT | Filter by resource data (content, optional) |
| NAME | Filter by name (optional) |
| PRIO | Filter by MX Prio (optional) |
| TTL | Filter by TTL (optional) |
| TYPE | Filter records by type (optional) |
| FIRST | First result to display (optional) |
| LIMIT | Limits the number of results to given number (optional) |
| ORDER | Optional |
| ASC | ascending |
| DESC | descending |
| ORDERBY | Order resulting list by this column (optional) |
| WIDE | Optional |
| CLTRID | Unique identifier for this request, must be changed with every request, the default is auto-generated (optional) |
| RR# | Resource Records |
| CONTENT | RR Content; Will only be returned if WIDE |
| LOCKED | RR Locked; Will only be returned if WIDE |
| NAME | RR Name; Will only be returned if WIDE |
| TTL | RR TTL; Will only be returned if WIDE |
| TYPE | RR Type; Will only be returned if WIDE |
| UPDATED DATE | RR Updated date; Will only be returned if WIDE |
| COUNT | Total number of records 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 resource records |
| 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 |