All Products
Search
Document Center

ApsaraDB RDS:DescribeCollationTimeZones

Last Updated:Mar 13, 2024

Queries the character set collations and time zones that are available for use in ApsaraDB RDS for SQL Server.

Operation description

Supported database engine

SQL Server

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

4EAED246-DB18-4C8D-9EB5-C319626F2A77
CollationTimeZonesobject []

The list of the character set collations and time zones that are available.

TimeZonestring

The time zone.

Afghanistan Standard Time
StandardTimeOffsetstring

The offset of the UTC time. The offset is in the following format: (UTC+HH:mm).

(UTC+04:30)
Descriptionstring

The description.

Kabul

Examples

Sample success responses

JSONformat

{
  "RequestId": "4EAED246-DB18-4C8D-9EB5-C319626F2A77",
  "CollationTimeZones": {
    "CollationTimeZone": [
      {
        "TimeZone": "Afghanistan Standard Time",
        "StandardTimeOffset": "(UTC+04:30)",
        "Description": "Kabul"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.