License SOAP

Revision as of 06:24, 15 December 2010 by Ccao (talk | contribs) (Created page with 'Zimbra Network edition requires a license per installation. Admin Console provides the UI to allow admin to install the license through com_zimbra_license admin extension. The fo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Zimbra Network edition requires a license per installation. Admin Console provides the UI to allow admin to install the license through com_zimbra_license admin extension. The following soap commands are used in the license extension:


urn:zimbraAdmin

<InstallLicenseRequest>

 <content aid="{attach-upload-id}"/>

</InstallLicenseRequest>

<InstallLicenseResponse validFrom="date-in-ms" validUntil="date-in-ms" serverTime="date-in-ms"/>


<GetLicenseRequest/>

<GetLicenseResponse>

  <license>
     <attr name="{item}">{value}</attr>
  </license>
  <info>
     <attr name="{item}">{value}</attr>
  </info>

</GetLicenseResponse>

 - info element block contains the current usage.  the current number of
   accounts is returned in n="TotalAccounts".  current server time is
   returned in n="ServerTime".
 - The value of TotalAccounts can be -1 which indicates the account counting
   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 CheckLicense Request.
Jump to: navigation, search