To connect a solution to ESX Agent Manager, you must obtain connection information from the vCenter Server in which you run the solution. You pass a reference to the EsxAgentManager instance that is running in vCenter Server to the solution.
You pass the connection information to a solution by calling the appropriate methods from the vSphere API.
If you integrate your solution with the vCenter Extension vService, the vService obtains the vCenter Server connection information for you. See How do I integrate an extension with the vCenter Extension vService.
You can define the connection to vCenter Server in the MyVimConnection.java class and the connection to ESX Agent Manager in the MyEamConnection.java class.
The MyVimConnection class defines methods to obtain the vCenter Server host ID, HTTPS proxy, and the session cookie. The MyManager.java class implements MyVimConnection to connect to the vCenter Server on which your solution is running. See Connect the extension to vCenter Server.
Prerequisites
Obtain the following information from the vCenter Server instance on which you run a solution:
The vCenter Server host ID.
The HTTPS proxy port for vCenter Server.
The session cookie for the current user session in which the solution is logged in as an extension.
The managed object reference (MoRef) of the ESX Agent Manager instance that is running in the vCenter Server instance.
Procedure
Results
You obtained the connection details for vCenter Server and connected a solution to ESX Agent Manager.
What to do next
Configure ESX agencies and agents to deploy from the solution.