ManageEngine® Applications Manager Apply License | ||
This API allows the user to apply a license in Applications Manager.
Sample Request
http://[host]:[port]/AppManager/xml/ApplyLicense?apikey=[apikey]&filePath=[local-filepath]
(or)
Use multipart/form-data with post method :
Example:
<html>
<form action="http://<myappmanager-server>/AppManager/xml/ApplyLicense?apikey=7b5fde68148fa2419bc2f1a1ab87e75" method="post" enctype="multipart/form-data"
name="form1" id="form1">
<table border="2">
<tr> <td align="center"><b>Upload a License File </td> </tr>
<tr> <td> License File <input name="file" type="file" id="file"><td> </tr>
<tr> <td align="center"> <input type="submit" name="Submit" value="Register"/> </td> </tr>
</table>
</form>
</html>
Request Parameters
The parameters involved in the API request are described below:
Field | Description |
filePath | The path to the directory containing the license file. |
Example:
http://app-windows:9090/AppManager/xml//ApplyLicense?apikey=7b5fde68148fa2419bc2f1a1ab87e75&filePath=local-filepath
Alarm Actions |
Authenticator API |