Hi, I'm looking for beginners help on the Zabbix API. I have processed a lot of the information that is available online but its not enough.
I'm using the Zabbix.API.Core library and at this point I'm looking to retrieve info on hosts , host interfaces, host groups etc in Visual Basic .NEt. I was wondering if there was someone out there that would be willing to show me a vb.net example of how to instantiate the zabbix api core and use the GetReponseObjectAsync method associated with that library to show me how to use the host.get and to do so with parameters.
I got the queries working but I'm having trouble having the commands respond to my parameters. I need a couple examples in the proper format with the filters and options set.
While I'm on the subject, and related to it, I can not find how to get the group ids associated with the host ids.....the best I can tell is if I set up the host.get command properly i should get back details like the group id....is that correct? Would you be willing to demonstrate a zabbixapicore example in vb.net that would result in a list of host ids and group ids?
many thanks.
Further.....if anyone can show me a link to some documentation on the ZabbixAPI core besides that is on this site and from its links I'd appreciate that. Its feels difficult as a newbie to find examples.
Thank you!
I'm using the Zabbix.API.Core library and at this point I'm looking to retrieve info on hosts , host interfaces, host groups etc in Visual Basic .NEt. I was wondering if there was someone out there that would be willing to show me a vb.net example of how to instantiate the zabbix api core and use the GetReponseObjectAsync method associated with that library to show me how to use the host.get and to do so with parameters.
I got the queries working but I'm having trouble having the commands respond to my parameters. I need a couple examples in the proper format with the filters and options set.
While I'm on the subject, and related to it, I can not find how to get the group ids associated with the host ids.....the best I can tell is if I set up the host.get command properly i should get back details like the group id....is that correct? Would you be willing to demonstrate a zabbixapicore example in vb.net that would result in a list of host ids and group ids?
many thanks.
Further.....if anyone can show me a link to some documentation on the ZabbixAPI core besides that is on this site and from its links I'd appreciate that. Its feels difficult as a newbie to find examples.
Thank you!