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 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 |