Modifies the SSL configuration of an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:ModifyInstanceSSL |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the OceanBase instance. |
ob317v4uif**** |
| EnableSSL |
string |
Yes |
The action to perform on the SSL configuration. Valid values:
|
open |
| TenantId |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
EE205C00-30E4-****-****-87E3A8A2AA0C |
| InstanceSSL |
object |
The SSL configuration of the OceanBase instance. |
|
| InstanceId |
string |
The ID of the OceanBase instance. |
ob317v4uif**** |
| EnableSSL |
string |
The SSL encryption status. Valid values:
|
open |
| TenantId |
string |
Examples
Success response
JSON format
{
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C",
"InstanceSSL": {
"InstanceId": "ob317v4uif****",
"EnableSSL": "open",
"TenantId": ""
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.