Skip to main content

POST /mutualAuthCertificates

Use this method to regenerate a TLS mutual-authentication certificate.

Note
This API requires Lenovo XClarity Administrator v3.2.0 or later.

Authentication

Authentication with username and password is required.

Request URL

POST https://{management_server_IP}/mutualAuthCertificates

Query parameters

None

Request body

ParameterRequired / OptionalTypeDescription
serverTypeIdRequiredStringServer type key. This can be the following value.
  • cyberark
The following example regenerates a TLS mutual-authentication certificate.
{
"serverType": "cyberark"
}

Response codes

CodeDescriptionComments
201CreatedOne or more new resources were successfully created.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

The standard message attributes are returned (see Status messages).

The following example is returned if the request is successful.
{
"result": "success",
"messages": [{
"explanation": "The existing certificate has been replaced by the new certificate",
"id": "FQXHMSE0134I",
"recovery": {
"text": "Information only; no action is required.",
"URL": ""
},
"text": "The request to generate mutual-authentication certificate was successful.",
}]
}