Agent BluePrint
The Agent BluePrint A snapshot of the certificate stores and scheduled jobs on one orchestrator, which can be used to create matching certificate stores and jobs on another orchestrator with just a few clicks. component of the Keyfactor API
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 list, generate, and apply orchestrator
Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. and orchestrator blueprints for orchestrators and agents that support blueprint functionality.
Table 113: Agent BluePrint Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | DELETE | Deletes the orchestrator blueprint with the specified GUID. | DELETE Agent BluePrint ID |
/{id} | GET | Returns details for the orchestrator blueprint with the specified GUID. | GET Agent BluePrint ID |
/ | GET | Returns details for all orchestrator blueprints. | GET Agent BluePrint |
/{id}/Jobs | GET | Returns details of the certificate store scheduled jobs for the orchestrator blueprint with the specified GUID. | GET Agent BluePrint ID Jobs |
/{id}/Stores | GET | Returns details of the certificate stores for the orchestrator blueprint with the specified GUID. | GET Agent BluePrint ID Stores |
/ApplyBlueprint | POST | Applies an orchestrator blueprint to one or more orchestrators. | POST AgentBluePrint ApplyBluePrint |
/GenerateBlueprint | POST | Creates a new orchestrator blueprint from an orchestrator. | POST AgentBluePrint GenerateBluePrint |