ManageEngine® Applications Manager


LicenseInfo API

<< Prev

Home

Next >>

LicenseInfo API

 

ManageEngine Applications Manager provides REST APIs for fetching data from Applications Manager server. This API allows the user to list the information regarding  the license, add-ons, license expiry etc. in xml format.

 

API for LicenseInfo:


1.   Listing all the added monitors

             http://[ Host ]:[ Port ]/AppManager/xml/LicenseInfo?apikey=[ API key ]


Request Parameters

Field Description        
API Key The key generated from "Generate API Key" option in the Admin tab.

 

 

The below example URL is used to invoke this API.

 

http://app-windows:9090/AppManager/xml/LicenseInfo?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8

Example output:

<AppManager-response uri="/AppManager/xml/LicenseInfo">
    <result>
        <response response-code="4000">
               <LicenseInfo Product="Applications Manager v3.20" BuildNumber="E0702" ServicePackDetails="None" ExpiryDetails="February 20, 2010" CurrentlyUsedNumberOfMonitors="11" ManagedNode="11" UnManaged="0" CurrentlyUsedNumberOfUsers="1" NumberOfMonitorsForLicensing="6" NumberOfNetworkDevices="0" LicenseType="Registered" CompanyName="Zoho Corp"/>
              <AddOn Name="SAPAddOn" enabled="false"/>
               <AddOn Name="SAPAddOnCCMS" enabled="false"/>
               <AddOn Name="AS400AddOn" enabled="true"/>
               <AddOn Name="AS400AddOnAdmin" enabled="true"/>
               <AddOn Name="OpManagerAddOn" enabled="true">expires in 44 days</AddOn>
                <AddOn Name="J2EEWebTransactionsAddOn" enabled="true"/>
               <AddOn Name="IBMWebsphereMQAddOn" enabled="true"/>
                <AddOn Name="MSOfficeSharePointAddOn" enabled="true"/>
          </response>
       </result>
</AppManager-response>

 

 

<< Prev

Home

Next >>

ListMonitor API

ListServer API