- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- ResetSslMode
- Examples
- Try it!
Deletes all client certificates and generates a new server SSL certificate for the instance.
HTTP request
POST https://sqladmin.googleapis.com/sql/v1beta4/projects/{project}/instances/{instance}/resetSslConfig
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project |
Project ID of the project that contains the instance. |
instance |
Cloud SQL instance ID. This does not include the project ID. |
Query parameters
| Parameters | |
|---|---|
mode |
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/cloud-platformhttps://www.googleapis.com/auth/sqlservice.admin
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. |