When I search in documentation I just found about host.create and when I testing it was created host with Zabbix Agent interface. This is sample code I just tested
How can I create SNMP interface with host.create.
Code:
"interfaces":[{
"type":1,
"dns":"",
"main":1,
"ip": line['address'],
"port": 10050,
"useip": 1,
}]
Comment