POST Agents Disapprove
The POST /Agents/Disapprove method is used to disapprove one or more orchestrators (a.k.a. agents). When an orchestrator Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. is disapproved, operations with Keyfactor Command can no longer be carried out by this orchestrator. 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 108: POST Agents Disapprove Input Parameters
Name | In | Description |
---|---|---|
agentIds | Body | Required. An array of strings indicating the orchestrator GUIDs to disapprove. 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. |


