文档

DescribeCollationTimeZones - 查询RDS SQL Server支持的字符集排序规则和时区

更新时间:

该接口用于查询RDS SQL Server支持的字符集排序规则和时区。

接口说明

适用引擎

RDS SQL Server

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
当前API无需请求参数

返回参数

名称类型描述示例值
object

返回参数详情。

RequestIdstring

请求 ID。

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

支持的字符集排序规则和时区列表。

TimeZonestring

时区。

Afghanistan Standard Time
StandardTimeOffsetstring

世界协调时间偏移。由世界协调时间 UTC+时区差组成,格式:(UTC+HH:mm)。

(UTC+04:30)
Descriptionstring

描述。

Kabul

示例

正常返回示例

JSON格式

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

错误码

HTTP status code错误码错误信息描述
400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.套餐实例不允许单独操作。
400Price.PricingPlanResultNotFoundPricing plan price result not found.定价计划价格结果没有找到。
400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.您还未通过实名认证,不符合购买条件,请登录用户中心进行实名认证。

访问错误中心查看更多错误码。

  • 本页导读 (1)
文档反馈