ManageEngine® Applications Manager Configure Alarms | ||
这些API允许管理员用户在Applications Manager中配置告警
上一页
有关执行该API的参数如下:
字段 | 描述 |
apikey | 在“管理”选项卡下使用“生成API密钥”选项生成的密钥。 |
resourceid/monitorname | 监视器或监视器名称的资源ID。 |
attributeid | 将要配置的告警属性ID。 |
thresholdid/thresholdname | 分配给属性来配置告警的阈值ID或名称。 |
criticalactionid/criticalactionname | 通知属性临界条件的动作ID或名称。 |
warningactionid/warningactionname | 通知属性告警条件的动作ID或名称。 |
clearactionid/clearactionname | 通知清除属性条件的动作ID或名称。 |
requesttype | 请求类型,可能值为1和2。 |
注意: 指定多个属性的告警,用逗号分隔。例如:402, 412, 413 |
对于XML响应:
http://[ APM Host]:[APM Port]/AppManager/xml/configurealarms?apikey=[ API Key ]&resourceid=[resourceid of monitor]&attributeid=[attribute IDs]&thresholdid=[Threshold ID]&criticalactionid=[Action ID]&warningactionid=[Action ID]&clearactionid=[Action ID]&requesttype=[1/2]
对于JSON响应:
http://[ APM Host]:[APM Port]/AppManager/xml/configurealarms?apikey=[ API Key ]&resourceid=[resourceid of monitor]&attributeid=[attribute IDs]&thresholdid=[Threshold ID]&criticalactionid=[Action ID]&warningactionid=[Action ID]&clearactionid=[Action ID]&requesttype=[1/2]
http://app-windows:59090/AppManager/xml/configurealarms?apikey=44b94e81455533ce7b06b97993b351a2&resourceid=10000026&attributeid=402,412,413&thresholdid=3&criticalactionid=10000004&warningactionid=10000004&clearactionid=10000004&requesttype=10
业务时间 |
凭证管理器 |