Reload Certificate
Reload Certificate
Reload the certificate of the API Server. In case of failure, the existing certificate will continue to be used.
Request
POST /v1/managers/api:reloadCertificate
Header
Authorization: Basic {credentials}
# Authorization
Credentials for HTTP Basic Authentication created with <AccessToken>
Responses
200 OK
The request has succeeded
Header
Content-Type: application/jsonBody
{
"message": "OK",
"statusCode": 200
}
# statusCode
Same as HTTP Status Code
# message
A human-readable description of the response codeLast updated
Was this helpful?