All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeCharset

Last Updated:Oct 21, 2024

You can call this operation to query the character set of an OceanBase Database tenant.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TenantModestringYes

The return result of the request.

Enumeration Value:
  • MySQL
  • Oracle
Oracle

Response parameters

ParameterTypeDescriptionExample
object

The character set name.

RequestIdstring

The operation that you want to perform.
Set the value to DescribeCharset.

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
Charsetarray<object>
http(s)://[Endpoint]/?Action=DescribeCharset
&TenantMode=Oracle
&Common request parameters
Charsetobject
Charsetstring

DescribeCharset

utf8

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 timeSummary of changesOperation
2023-08-21The request parameters of the API has changedView Change Details
2023-05-17The request parameters of the API has changedView Change Details
2022-09-28The response structure of the API has changedView Change Details