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
What is the “Adapter of UCS”??
I wasn’t aware there was a Cisco UCS adapter for VCOPS
Hi,
Basically we have created one Adapter for UCS components. In the Adapter, all resource kinds are related to the UCS inventory components.
In the adapter, we are processing the data of Managed Object (Ucs Inventory) and displaying over the Adapter dashboard.
Like in Alert widget we are showing up the fault/events of various resource kind.
Regards,
Saurabh Agarwal
