Hi,
I am using the vCOps application 5.8.1 in which I had deployed the Adapter of UCS. In this adapter we are collecting the UCS inventory and capturing the 'HEALTH' and 'FAULT'.
Now I am trying to make relation with the ESX hosts of that vCenter server on which I had deployed my vCOps vApp.
To achieve the same, I am trying to create VimClient object( this class is provided by vcops-vlsi-1.0-SNAPSHOT.jar).
To create the object reference, I gining the argument as
String url = "https://" + host + "/sdk";
String username = "user";
String password = "password";
VimClient vimClient = VimClientFactory.getInstance().createVimClient(url, username, password, true);
Kindly suggest me, is it the right way to achieve the target and to have VimClient Object reference to make UCS inventory and ESX host correlation.
If there is any other way to incorporate the ESX host and vCenter inventory with my existing Adapter?
Best Regards,
Saurabh Agarwal