You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print ( "Connected to Zabbix API Version %s"% zapi.api_version())
28
+
print("Connected to Zabbix API Version %s"% zapi.api_version())
29
29
30
30
for h in zapi.host.get(output="extend"):
31
-
print(h['hostid'])
31
+
print(h['hostid'])
32
32
```
33
33
34
34
Refer to the [Zabbix API Documentation](https://www.zabbix.com/documentation/3.0/manual/api/reference) and the [PyZabbix Examples](https://github.com/lukecyca/pyzabbix/tree/master/examples) for more information.
0 commit comments