本示例中演示如何通过SmartAgent Server API获取在线节点列表和节点信息
涉及API接口主要有两个:
/host/list 获取在线Agent列表
/hm/static 获取指定Agent信息(需要host.monitor插件)
原生调用(此处用于演示的Server IP:192.168.21.104)
http://192.168.21.104:13081/host/list
http://192.168.21.104:13081/hm/static?id=192.168.21.103
Web Demo
通过JS请求API接口并将数据格式化显示
Agent详细信息
Demo代码下载
Host.monitor插件,放置于服务器端程序目录下 plugins/host.monitor