Method: instances.RotateServerCertificate

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/sql/v1beta4/projects/{project}/instances/{instance}/rotateServerCertificate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Required. Project ID of the project that contains the instance.

instance

string

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 (RotateServerCertificateContext)
  }
}
Fields
rotateServerCertificateContext

object (RotateServerCertificateContext)

Optional. Contains details about the rotate server CA operation.

RotateServerCertificateContext

Instance rotate server certificate context.

JSON representation
{
  "kind": string,
  "nextVersion": string
}
Fields
kind

string

Optional. This is always sql#rotateServerCertificateContext.

nextVersion

string

Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.