POST Agents Approve
The POST /Agents/Approve method is used to approve one or more orchestrators (a.k.a. agents). An orchestrator Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. must be approved before jobs for it can be scheduled or carried out. This endpoint
An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.
Table 107: POST Agents Approve Input Parameters
Name | In | Description |
---|---|---|
agentIds | Body | Required. An array of strings indicating the GUIDs of the orchestrators to approve. Use the GET Agents method (see GET Agents) to retrieve a list of all the orchestrators to determine the orchestrator GUIDs and current status of the orchestrators. |


