- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InstancesRotateServerCertificateRequest
- RotateServerCertificateContext
- Examples
- Try it!
Rotates the server certificate version to one previously added with the addServerCertificate method. For instances not using Certificate Authority Service (CAS) server CA, use instances.rotateServerCa instead.
HTTP request
POST https://sqladmin.googleapis.com/v1/projects/{project}/instances/{instance}/rotateServerCertificate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Required. Project ID of the project that contains the instance. |
instance |
Required. Cloud SQL instance ID. This does not include the project ID. |
Request body
The request body contains an instance of InstancesRotateServerCertificateRequest
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/sqlservice.admin
For more information, see the Authentication Overview.
InstancesRotateServerCertificateRequest
Rotate server certificate request.
JSON representation |
---|
{
"rotateServerCertificateContext": {
object ( |
Fields | |
---|---|
rotateServerCertificateContext |
Optional. Contains details about the rotate server certificate operation. |
RotateServerCertificateContext
Instance rotate server certificate context.
JSON representation |
---|
{ "kind": string, "nextVersion": string } |
Fields | |
---|---|
kind |
Optional. This is always |
nextVersion |
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version. |