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
Parameter | Required / Optional | Type | Description | ||
---|---|---|---|---|---|
serverTypeId | Required | String | Server type key. This can be the following value.
|
The following example regenerates a TLS mutual-authentication certificate.
{
"serverType": "cyberark"
}
Response codes
Code | Description | Comments |
---|---|---|
201 | Created | One or more new resources were successfully created. |
500 | Internal Server Error | An 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.",
}]
}
Give documentation feedback