Rotate cluster certificates requests
Rotate cluster certificates requests
Method | Path | Description |
---|---|---|
POST | /v1/cluster/certificates/rotate |
Regenerate all internal cluster certificates |
Rotate cluster certificates
POST /v1/cluster/certificates/rotate
Regenerates all internal cluster certificates.
The certificate rotation will be performed on all nodes within the cluster. If "name" is provided, only rotate the specified certificate on all nodes within the cluster.
Request
Example HTTP request
POST /cluster/certificates/rotate
Request headers
Key | Value | Description |
---|---|---|
Host | cnm.cluster.fqdn | Domain name |
Accept | application/json | Accepted media type |
Response
Responds with a 200 OK
status code if the internal certificates successfully rotate across the entire cluster.
Status codes
Code | Description |
---|---|
200 OK | No error |
400 Bad Request | Failed, not all nodes have been updated. |
403 Forbidden | Unsupported internal certificate rotation. |