Authored by jack

item history信息全部获取

... ... @@ -25,7 +25,7 @@ public class HistoryRequest extends ZabbixRequest {
public static class Params {
String hostids;
String[] output = {"itemid", "value"};
String output = "extend";
Integer history = 3;
... ...