Hey all smart people out there! I am hoping to get help regarding some C# tasks.
Can someone please let me know which API I should be using to get Task info out of vCenter and into my own database? I was thinking of creating a Windows service and using it to suck out the task info and into my own data format so I can view history, etc. I'm getting confused between VIX, Vim25Api, VMware.API, etc.
I'm a Systems guy, but I like to write my tools in C#. I am not a programmer, but I can work my way through a lot of these things. This one, however, is just getting so confusing. I can get a list of VMs and their status from the VMware.Vim API easily enough, but when I dig into it to get Task and Event info, I get lost.
Thanks!
Joe