Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
GetLicense SOAP Command

Get License

Network edition only API TRUE
Authorization token required true
Admin Authorization token required true

GetLicenseRequest

    <GetLicenseRequest /> ## GetLicenseRequest

GetLicenseResponse

    <GetLicenseResponse> ## GetLicenseResponse
        <license> ## AdminAttrsImpl
            (<a n="{key}" /> ## Attr)*
        </license>
        <activation> ... </activation> ## See /license [ ## AdminAttrsImpl]
        <info> ... </info> ## See /license [ ## AdminAttrsImpl]
    </GetLicenseResponse>

The following table describes elements and attributes you can define within a <GetLicenseResponse> element:

XPath Required / Optional Description
/license Required (only 1) Block containing attributes relating to the license
/license/a Optional (0 or more) Attributes
/license/a@n Required (only 1) Type:String
Key
/activation Optional (0 or 1) Block containing attributes relating to activation
See /license for more details.
/info Required (only 1) The info element block contains:
Version ZCS version
Fingerprint System fingerprint required during activation
Status License and activation status
TotalAccounts Current number of accounts
ArchivingAccounts Current number of archiving accounts
ServerTime Current server time

The value of TotalAccounts can be -1 which indicates that the account counting is still in progress and the server does not have the count. The account counting can be initiated by creating an account, use of a Network feature, or by sending a CheckLicense Request.
See /license for more details.