You can call this operation to query the character set of an OceanBase Database tenant.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| TenantMode | string | Yes | The return result of the request. Enumeration Value:
| Oracle |
| Series | string | No | 实例的系列 - normal(默认):标准集群版(云盘) - normal_ssd:标准集群版(本地盘) - history:历史库集群版。 | normal |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"Charset": [
{
"Charset": "utf8",
"Collations": [
[
"utf8mb4_general_ci",
"utf8mb4_bin",
"binary"
]
]
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2023-08-21 | The request parameters of the API has changed | View Change Details |
| 2023-05-17 | The request parameters of the API has changed | View Change Details |
| 2022-09-28 | The response structure of the API has changed | View Change Details |
