Agent Pools

The Agent Pools component of the Keyfactor APIClosed A set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes methods necessary to programmatically add, edit, get, and delete Agent Pools. An orchestratorClosed Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. (a.k.a. agent) pool is a group of Keyfactor Command Windows Orchestrators and/or Universal Orchestrators that have the SSLClosed TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers. capability. Each pool is used to divide the work of scanning a network between all orchestrators that are members of it.

Table 91: Agent Pool Endpoints

Endpoint Method Description Links
/{id} DELETE Deletes the specified orchestrator pool. DELETE Agent Pools ID
/{id} GET Returns limited information about the orchestrators in the specified pool. GET Agent Pools ID
/ GET Returns a list of all orchestrator pools with limited information about the orchestrators assigned to each pool. GET Agent Pools
/ POST Creates an orchestrator pool based on information in the request. POST Agent Pools
/ PUT Updates an orchestrator pool based on information in the request. PUT Agent Pools
/Agents GET Returns a list of orchestrators associated with the Default Agent Pool. GET Agent Pools Agents