change filter to search host
This commit is contained in:
@@ -122,7 +122,10 @@ class ZabbixAPI:
|
||||
"jsonrpc": "2.0",
|
||||
"method": "host.get",
|
||||
"params": {
|
||||
"filter": {
|
||||
"output": [
|
||||
"host"
|
||||
],
|
||||
"search": {
|
||||
"host": hostname
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user