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.
Required Parameters
Section titled “Required Parameters”The following parameters are standard parameters for this command.
Command
COMMAND = QueryACMEaccountDomainListResponse
code = (INTEGER)description = (TEXT)runtime = (INTEGER)queuetime = (INTEGER)property[column][0] = domainproperty[column][1] = acmeaccountproperty[column][2] = registration expiration dateproperty[column][3] = created dateproperty[column][4] = created byproperty[column][5] = updated dateproperty[column][6] = updated byproperty[column][7] = transaction dateproperty[count][#] = (INTEGER)property[domain][#] = (TEXT)property[acmeaccount][#] = (TEXT)property[registration expiration date][#] = YYYY-MM-DD HH:MM:SSproperty[created date][#] = YYYY-MM-DD HH:MM:SSproperty[created by][#] = (TEXT)property[updated date][#] = YYYY-MM-DD HH:MM:SSproperty[updated by][#] = (TEXT)property[transaction date][#] = YYYY-MM-DD HH:MM:SSproperty[first][0] = (INTEGER)property[last][0] = (INTEGER)property[limit][0] = (INTEGER)property[total][0] = (INTEGER)Optional Parameters
Section titled “Optional Parameters”The following parameters are optional for this command.
Command
ACMEACCOUNT = (TEXT)ORDER = ASC|DESCORDERBY = DOMAIN|REGISTRATION_EXPIRATION_DATEFIRST = (INTEGER)LIMIT = (INTEGER)WIDE = 0|1INCLUDESUB = 0|1Attributes
Section titled “Attributes”| ATTRIBUTES | DETAILS |
|---|---|
| ACMEACCOUNT | Filter the list by ACME account. |
| ORDER | Sort direction of the result list. |
| ORDERBY | Column the result list is sorted by. |
| FIRST | First entry of the result list to return. |
| LIMIT | Maximum number of entries to return. |
| WIDE | Returns additional details for each entry. |
| INCLUDESUB | Includes subaccounts in the result list. |
ACME commands