License SOAP: Difference between revisions

(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…')
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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:
{{BC|Community Sandbox}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=License SOAP=
{{KB|{{Unsupported}}|{{ZCS 8.0}}|{{ZCS 7.0}}|}}
{{Archive}}{{WIP}}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
  urn:zimbraAdmin
-----------------------------
-----------------------------
 
<pre>
<InstallLicenseRequest>
<InstallLicenseRequest>
   <content aid="{attach-upload-id}"/>
   <content aid="{attach-upload-id}"/>
Line 11: Line 16:
<InstallLicenseResponse validFrom="date-in-ms" validUntil="date-in-ms"
<InstallLicenseResponse validFrom="date-in-ms" validUntil="date-in-ms"
serverTime="date-in-ms"/>
serverTime="date-in-ms"/>
 
</pre>
--------
--------
 
<pre>
<GetLicenseRequest/>
<GetLicenseRequest/>


Line 34: Line 39:
     counting can be initiated by creating an account, use of a Network feature,
     counting can be initiated by creating an account, use of a Network feature,
     or by sending CheckLicense Request.
     or by sending CheckLicense Request.
</pre>
{{Article Footer|Zimbra Collaboration 8.0, 7.0|04/16/2014}}
[[Category:License]]
[[Category:SOAP]]

Latest revision as of 10:13, 12 July 2015

License SOAP

   KB 5669        Last updated on 2015-07-12  




0.00
(0 votes)

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.
Verified Against: Zimbra Collaboration 8.0, 7.0 Date Created: 04/16/2014
Article ID: https://wiki.zimbra.com/index.php?title=License_SOAP Date Modified: 2015-07-12



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search