POST Agents Set Auth Certificate Reenrollment
The POST /Agents/SetAuthCertificateReenrollment method is used to request or require that one or more orchestrators (a.k.a. agents) enroll for a new client authentication certificate on the orchestrator Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores.'s next session registration. This method returns HTTP 200 OK on a success with information about any failed requests.
Table 111: POST Agents Set Auth Certificate Reenrollment Input Parameters
Name | In | Description |
---|---|---|
OrchestratorIds | Body | Required. An array of strings indicating the GUIDs of the orchestrators on which you want to change the AuthCertificateReenrollment value to request or require the orchestrator(s) to enroll for a new client authentication certificate on the next session registration. 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. |
Status | Body |
An integer indicating the value that AuthCertificateReenrollment should be set to. |
Table 112: POST Agents Set Auth Certificate Reenrollment Response Data
Name | Description |
---|---|
FailedOrchestratorIds | An array of strings indicating the GUIDs of orchestrators that failed to update. |
Status |
A string indicating the value for AuthCertificateReenrollment that was requested. |


