We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get the SelectInterfaces in the results?
The text was updated successfully, but these errors were encountered:
Hello @encircles ,
Host object has no "SelectInterfaces" property. https://www.zabbix.com/documentation/2.2/manual/api/reference/host/object
But you can use same name property to host.get request parameter. https://www.zabbix.com/documentation/2.2/manual/api/reference/host/get#parameters
host.get
Are you want to get host interface information by host ID or item ID? If so, you can use hostinterface.get API. Unfortunately, this API is not implemented by go-zabbix yet. https://www.zabbix.com/documentation/2.2/manual/api/reference/hostinterface/get#parameters
hostinterface.get
Sorry, something went wrong.
No branches or pull requests
How do I get the SelectInterfaces in the results?
The text was updated successfully, but these errors were encountered: