change filter to search host

master
3err0 5 years ago
parent f01bea9824
commit 0a44237cfa

@ -122,7 +122,10 @@ class ZabbixAPI:
"jsonrpc": "2.0",
"method": "host.get",
"params": {
"filter": {
"output": [
"host"
],
"search": {
"host": hostname
}
},

Loading…
Cancel
Save