ManageEngine® Applications Manager


申请许可证

<< 上一页

主页

下一页 >>

申请许可API

 

这个API允许用户在Applications Manager中创建一个监控组。

 

请求示例

 

http://[host]:[port]/AppManager/xml/ApplyLicense?apikey=[apikey]&filePath=[local-filepath]

 

(或者)

通过POST方法使用多部分/格式数据:

 

例如:

<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>

 

请求参数


有关API请求的参数描述如下:

 

字段 描述        
filePath 包含许可文件目录的路径。

 

例如:

http://app-windows:9090/AppManager/xml//ApplyLicense?apikey=7b5fde68148fa2419bc2f1a1ab87e75&filePath=local-filepath

<< 上一页

主页

下一页 >>

执行操作的API

身份验证API