GET Agent BluePrint ID

The GET /AgentBluePrint/{id} method is used to retrieve information about the orchestratorClosed Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. blueprintClosed 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. with the specified blueprint GUID. This method returns HTTP 200 OK on a success with information about the blueprint.

Tip:  To see the certificate stores or scheduled jobs associated with the blueprint, use the GET /AgentBluePrint/{id}/Jobs method (see GET Agent BluePrint ID Jobs) or GET /AgentBluePrint/{id}/Stores method (see GET Agent BluePrint ID Stores).
Tip:  The following permissions (see Security Overview) are required to use this feature:

AgentManagement: Read

Table 80: GET AgentBluePrint {id} Input Parameters

Name In Description
id Path Required. A string indicating the GUID of the orchestrator blueprint that should be retrieved.

Use the GET AgentBluePrint method (see GET Agent BluePrint) to retrieve a list of all the blueprints to determine the orchestrator blueprint GUID.