You can call this operation to modify the Secure Sockets Layer (SSL) setting for an OceanBase cluster instance.
Operation description
There is currently no authorization information disclosed in the API.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
EnableSSL | string | Yes | The operation to modify the SSL status. Valid values:
| open |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C",
"InstanceSSL": {
"InstanceId": "ob317v4uif****",
"EnableSSL": "open"
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-06 | The Error code has changed | View Change Details |