},
"auth":"key", # theauth id is what auth script returns, remeber it is string
"id":1,
})
3、 获取单个组下的所有主机...},
"auth":"key", # theauth id is what auth script returns, remeber it is string
"id":1,
})
4、 获取某个主机下的所有监控项...},
"auth":"key", # theauth id is what auth script returns, remeber it is string
"id":1,
})
5、 获取某个监控项的历史数据...history.get方法获取单个监控项的历史数据根据第4项的获取到的所有items id的值,找到想要监控的那项,获取它的历史数据。...history.get方法获取单个监控项的历史数据根据第4项的获取到的所有items id的值,找到想要监控的那项,获取它的历史数据。