该API允许您轮询特定的监视器。
http://[Host]:[Port]/AppManager/xml/PollNow?apikey=[APIKEY]&resourceid=[RESOURCEID]
执行此API请求所涉及的参数包括:
字段 | 描述 |
apikey | 使用管理标签中的生成API密钥选项生成的密钥。 |
resourceid | 要轮询的监视器的resourceid。 |
http://app-xp5:9099/AppManager/xml/PollNow?apikey=123b7328e4b41d1efe64aa7980d83d77&resourceid=10000293
<AppManager-response uri="/AppManager/xml/PollNow">
<result>
<response method="PollNow">
<message>The monitor polled successfully.</message>
</response>
</result>
</AppManager-response>
如果API未正确执行,则请求将失败,并且错误将显示如下:
<AppManager-response uri="/AppManager/xml/PollNow">
<result>
<response response-code="4037">
<message>Improper resourceid in the request.</message>
</response>
</result>
</Apm-response>
请参阅此页面以获取常见错误条件的列表 。