Method: instances.resetSslConfig

SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported.
Deletes all client certificates and generates a new server SSL certificate for the instance.

HTTP request

POST https://sqladmin.s3nsapis.fr/sql/v1beta4/projects/{project}/instances/{instance}/resetSslConfig

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Project ID of the project that contains the instance.

instance

string

Cloud SQL instance ID. This does not include the project ID.

Query parameters

Parameters
mode

enum (ResetSslMode)

Optional. Reset SSL mode to use.

Request body

The request body must be empty.

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/sqlservice.admin
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

ResetSslMode

Reset SSL mode to selectively refresh the SSL materials.

Enums
RESET_SSL_MODE_UNSPECIFIED Reset SSL mode is not specified.
ALL Refresh all TLS configs. This is the default behaviour.
SYNC_FROM_PRIMARY Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances.