ManageEngine® Applications Manager 添加监视器API |
||
该API允许用户在Applications Manager中添加监视器。支持的监视器有:
该API请求参数如下:
参数 | 描述 |
apikey* | 在“管理”选项卡中生成API键 |
displayname* | 监视器的显示名 |
subnet | 服务器运行的子网的缺省值是255.255.255.0 |
pollInterval | 服务器检查间隔的缺省值是5分钟 |
addToGroup | 可以选择监视器是否加入业务组,值为“True”或“False” |
groupID | 业务组的id. 这个的前提是 'addToGroup'的值是 'True'. |
*:表示必须的参数。
说明:
参数中的特殊字符要进行HTML编码(例如:显示名称或密码)。
请求示例
这个示例帮助您在Applications Manager中添加一个Windows 服务器。
http://app-windows:9090/AppManager/xml/AddMonitor?apikey=0b0fd47feeff9050d6a45dd7b5bb5791&type=servers&host=app-xp4&snmptelnetport=161&os=WindowsXP&mode=SNMP&username=administrator&password=vembu
示例输出
<AppManager-response uri="/AppManager/xml/AddMonitor"> <result> <response method="AddMonitor"> <message>Monitor added successfully.</message> </response> </result> </AppManager-response> |
错误示例
如果API执行不正常,请求将失败,错误信息输出如下。
<Apm-response uri="/AppManager/xml/AddMonitor"> |
点击查看常见错误参考。
REST API |
|
添加监视器API - 应用服务器 |