You can integrate your solution with ESX Agent Manager. For more information about the objects that your solution can implement, see the vSphere ESX Agent Manager API Reference. What to read next Procedure Connect a solution to ESX Agent ManagerTo 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. Configure an ESX agency and ESX agentsYou must define the configuration of the ESX agencies in the implementation of the solution. You set the configuration for ESX agencies and ESX agents in the AgencyConfigInfo and AgentConfigInfo data objects. Create an ESX agencyYou create an ESX agency by calling the EsxAgentManager.createAgency() method. You must specify ESX agent configurations for each version of ESXi on which you deploy ESX agents. Update the Agency scope of a solutionYou define the ESX agency scope of a solution by passing the managed object references (MoRefs) of the vSphere compute resources to the solution. Change the goal state of an agencyA solution can change the goal state of its ESX agencies while the solution is running. For example, when a solution starts, the goal state of its ESX agencies can be ENABLED. If the solution includes a function to remove ESX agencies, when this function runs, the goal state of the ESX agency changes to UNDEPLOYED. Delete an ESX agencyA solution can delete an ESX agency by calling the Agency.destroyAgency() method on the Agency object. Resolve ESX agent issuesESX Agent Manager can detect issues in the ESX agents that solutions deploy. Solutions can try to resolve issues when the status of an ESX agency or an ESX agent is set to red. Parent topic: How do I integrate solutions with vSphere ESX Agent Manager Related concepts vSphere ESX Agent Manager architecture Configuration components of ESX agencies How do I authenticate against ESX Agent Manager How do I configure the availability of ESX agent virtual machines Monitoring and resolving ESX agent issues Related reference Benefits of integrating solutions with ESX Agent Manager Requirements for itegrating a solution with ESX Agent Manager