Zabbix Api - history.get

history.get方法中的 history 参数默认值为 3(int类型):

Zabbix Api - history.get_第1张图片

参数history的数值需要根据 zabbix 设定的去设置,否则返回的数据会是空列表

value = zapi.history.get({"output":"extend","history":3,"itemids":itemid,"time_from":str(start_time),"time_till":str(end_time)})


你可能感兴趣的:(Zabbix Api - history.get)