Details
-
Documentation task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Team C
-
Sprint 92 (Sep 2022)
Description
The API documentation of the proxy object is missing proxy_address item.
https://www.zabbix.com/documentation/4.0/manual/api/reference/proxy/object
A call to proxy.get gives us:
{ "proxy_hostid": "0", "host": "xxx", "status": "5", "disable_until": "0", "error": "", "available": "0", "errors_from": "0", "lastaccess": "1578487793", "ipmi_authtype": "-1", "ipmi_privilege": "2", "ipmi_username": "", "ipmi_password": "", "ipmi_disable_until": "0", "ipmi_available": "0", "snmp_disable_until": "0", "snmp_available": "0", "maintenanceid": "0", "maintenance_status": "0", "maintenance_type": "0", "maintenance_from": "0", "ipmi_errors_from": "0", "snmp_errors_from": "0", "ipmi_error": "", "snmp_error": "", "jmx_disable_until": "0", "jmx_available": "0", "jmx_errors_from": "0", "jmx_error": "", "name": "", "flags": "0", "templateid": "0", "description": "xxx", "tls_connect": "1", "tls_accept": "1", "tls_issuer": "", "tls_subject": "", "tls_psk_identity": "", "tls_psk": "", "proxy_address": "xxx", "auto_compress": "1", "proxyid": "10270" }
Is there a way to contribute directly to the docs too?