All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeCharset

Last Updated:Apr 29, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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
Charsetobject []
http(s)://[Endpoint]/?Action=DescribeCharset
&TenantMode=Oracle
&Common request parameters
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 changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: InstanceId
2023-05-17The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Series
2022-09-28The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.