Updates the SSL configuration of an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:UpdateDBInstanceSSL |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnableSSL |
boolean |
Yes |
Specifies whether to enable SSL. |
true |
| CertCommonName |
string |
No |
The domain name bound to the certificate. |
pxc-hzrqjarxdocd4t.polarx.rds.aliyuncs.com |
| DBInstanceName |
string |
Yes |
The instance ID. |
pxc-hzjasd**** |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
FEA5DC20-6D8A-5979-97AA-FC57546ADC20 |
| Data |
object |
The data returned by the request. |
|
| TaskId |
integer |
The backend task ID. |
2209883 |
Examples
Success response
JSON format
{
"RequestId": "FEA5DC20-6D8A-5979-97AA-FC57546ADC20",
"Data": {
"TaskId": 2209883
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBInstance.NotFound | The specified DB instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.