该API允许用户在Applications Manager中应用许可。
示例请求
http://[host]:[port]/AppManager/xml/ApplyLicense?apikey=[apikey]&filePath=[local-filepath]
(或者)
使用multipart / form-data和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