Skip to content

QueryRegistrarStatisticList

This command queries a statistic - cache in the system. This allows you to get a quick glance how many objects you have in which zone. The cache is regenerated every 4 hours.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryRegistrarStatisticList
Response
code = (INT)
description = (TEXT)
property[AMOUNT][n] = (INT)
property[TYPE][n] = (TEXT)
property[UPDATED_DATE][n] = (DATE)
property[ZONE][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
AMOUNTHow many objects of the type the registrar manages
TYPEIndicates the type for this cached entry
UPDATED_DATEThe time, when this cache - entry was last updated
ZONEThe zone of the cached entry, _all_ for a sum of all entries of one type
COUNTTotal number of statistics shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of statistics available

The following parameters are optional for this command.

Command
COMMAND = QueryRegistrarStatisticList
TYPE = domain|contact|nameserver|transfer|application|gtld-preorder
WIDE = 0|1
ZONE = (TEXT)
FIRST = (INT)
LIMIT = (INT)
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
Response
code = (INT)
description = (TEXT)
property[AMOUNT][n] = (INT)
property[TYPE][n] = (TEXT)
property[UPDATED_DATE][n] = (DATE)
property[ZONE][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
TYPEShow only statistics of the area matching this parameter (optional)
WIDEShow more or less details (optional)
ZONEYou may limit the search to this, a wildcard * or the special value “_all_” may be used (optional)
FIRSTStart the output of results from this item (optional)
LIMITShow only this many items in the response (optional)
GENERATELISTShow result on screen|Generate a CSV File and upload to ftp (optional)
SENDLISTEMAILEmail address where the CSV will be sent to (optional)