Answer the question
In order to leave comments, you need to log in
How to get hostid by ip via Zabbix API 3.2?
It is necessary to get information about the host by IP, trying in different ways, including this:
{
"jsonrpc": "2.0",
"method": "hostinterface.get",
"params": {
"output": "extend",
"ip": "127.0.0.1"
},
"auth":"authcode",
"id":1
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question