zabbix_api 请求 java版写法
//按一定条件过虑
JSONObject filter = new JSONObject();
filter.put("description", "webDown");
//
JSONObject only_true = new JSONObject();
only_true.put("only_true", "true");
JSONObject params = new JSONObject();
params.put("withLastEventUnacknowledged","extend");
params.put("filter", filter);
相关推荐
WebVincent 2020-07-21
fengchao000 2020-07-04
baijinswpu 2020-06-28
88483063 2020-06-28
fengchao000 2020-06-16
somebodyoneday 2020-06-15
wujiajax 2020-06-14
somebodyoneday 2020-05-16
xx0cw 2020-05-16
newthon 2020-05-14
sailxu00 2020-04-27
fengchao000 2020-04-20
88483063 2020-01-29
83163452 2020-01-28
baijinswpu 2020-01-25
baijinswpu 2020-01-18