doc-exports/docs/rds/api-ref/rds_05_0010.html
Wang , Deng Ke 21e968a153 rds api 2.0.38sp24 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2023-01-12 13:50:31 +00:00

6.7 KiB

Querying the Available SQL Server Character Set

Function

This API is used to query the SQL Server character set list.

URI

  • URI format

    GET https://{Endpoint}/v3/{project_id}/collations

  • Parameter description
    Table 1 Parameter description

    Name

    Mandatory

    Description

    project_id

    Yes

    Specifies the project ID of a tenant in a region.

    For details about how to obtain the project ID, see Obtaining a Project ID.

Response

  • Normal response
    Table 2 Parameter description

    Name

    Type

    Description

    charSets

    List<String>

    Indicates the character set information list.

  • Example normal response
    {
    	"charSets": ["Chinese_PRC_CI_AS", "SQL_Latin1_General_CP1_CI_AS", "French_BIN", "Chinese_PRC_Stroke_BIN", "Chinese_PRC_CI_AI"]
    }
  • Abnormal Response

    For details, see Abnormal Request Results.

Status Code

Error Code

For details, see Error Codes.