Skip to content

QueryACMEaccountDomainList

This command is used to retrieve all the existing domains in the subscription. This behaves like most Query…List commands, allowing filtering and paging.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryACMEaccountDomainList
Response
code = (INTEGER)
description = (TEXT)
runtime = (INTEGER)
queuetime = (INTEGER)
property[column][0] = domain
property[column][1] = acmeaccount
property[column][2] = registration expiration date
property[column][3] = created date
property[column][4] = created by
property[column][5] = updated date
property[column][6] = updated by
property[column][7] = transaction date
property[count][#] = (INTEGER)
property[domain][#] = (TEXT)
property[acmeaccount][#] = (TEXT)
property[registration expiration date][#] = YYYY-MM-DD HH:MM:SS
property[created date][#] = YYYY-MM-DD HH:MM:SS
property[created by][#] = (TEXT)
property[updated date][#] = YYYY-MM-DD HH:MM:SS
property[updated by][#] = (TEXT)
property[transaction date][#] = YYYY-MM-DD HH:MM:SS
property[first][0] = (INTEGER)
property[last][0] = (INTEGER)
property[limit][0] = (INTEGER)
property[total][0] = (INTEGER)

The following parameters are optional for this command.

Command
ACMEACCOUNT = (TEXT)
ORDER = ASC|DESC
ORDERBY = DOMAIN|REGISTRATION_EXPIRATION_DATE
FIRST = (INTEGER)
LIMIT = (INTEGER)
WIDE = 0|1
INCLUDESUB = 0|1
ATTRIBUTESDETAILS
ACMEACCOUNTFilter the list by ACME account.
ORDERSort direction of the result list.
ORDERBYColumn the result list is sorted by.
FIRSTFirst entry of the result list to return.
LIMITMaximum number of entries to return.
WIDEReturns additional details for each entry.
INCLUDESUBIncludes subaccounts in the result list.