Powercli provides access to host level commands via $esxcli. Is there similar functionality available using the web sdk or any other way to invoke esxcli functionality via C#/Java? Since powercli can do it, I think it should accessible via the web sdk or via some other web service.
The main reason I need this is to be able to read network dump collector settings for hosts from C# code. It appears that this one setting is not available via the web sdk (for a host - I know I can read the network dump collector settings in a host profile via the web sdk). Is the network dump collector settings for a host available via the web sdk and I just do not know where to look for it?
Thanks in advance for any help,
--Moby