You need to enable JavaScript to run this app.
文档中心
云数据库 SQL Server 版

云数据库 SQL Server 版

复制全文
下载 pdf
全局
DescribeRegions - 查询可用Region列表
复制全文
下载 pdf
DescribeRegions - 查询可用Region列表
调用 DescribeRegions 接口查看云数据库 SQL Server 版支持的 Region 列表。
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action string 必选 示例值:DescribeRegions
要执行的操作,取值:DescribeRegions
Version string 必选 示例值:2022-01-01
API的版本,取值:2022-01-01
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构
Regions object[] 示例值:{ "RegionId": "cn-beijing", "RegionName": "cn-beijing" }
地域列表。
RegionId string 示例值:cn-beijing
地域 ID。
RegionName string 示例值:华北2(北京)
地域名称。
请求示例
POST /?Action=DescribeRegions&Version=2022-01-01 HTTP/1.1
Content-Type: application/json
Host: rds-mssql.cn-beijing.volcengineapi.com
X-Date: 20230131T101010Z
Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_mssql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458****
返回示例
{
"ResponseMetadata": {
"RequestId": "2023013120291925D91FEED8ABBC247808",
"Action": "DescribeRegions",
"Version": "2022-01-01",
"Service": "rds_mssql",
"Region": "cn-beijing"
},
"Result": {
"Regions": [
{
"RegionId": "cn-beijing",
"RegionName": "cn-beijing"
}
]
}
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
400
InstanceIsNotRunning
The specified instance is not running.
当前实例状态不在运行中。
400
InvalidParameterFormat
The input parameter is not valid.
异常参数。
400
InvalidParameter
The specified parameter %s is not valid.
参数 {parameter1} 值无效。
400
TosRestoreTaskDbVerifyFailed
db verify failed, reason:%s.
DB 校验失败,原因是 {parameter1}。
400
InvalidDBName_Duplicate
The specified DBName already exists.
数据库已存在。
400
MissingParameter
The input parameter %s that is mandatory for processing this request is not supplied.
缺少 {parameter1} 参数。
400
OperationDenied_IncrBackupUnsupportRecovery
The operation is not permitted due to incr backup unsupport recovery.
增量备份无法执行该操作。
400
OperationDenied_ImportJobExists
The operation is not permitted due to exist running import job.
当前实例正在执行数据导入任务,无法执行该操作。
400
OperationUnsupported
The operation is unsupported for the specified instance.
操作不支持。
400
OperationDenied_BackupJobExists
The operation is not permitted due to exist running backup job.
当前实例正在执行备份任务,无法执行该操作。
400
UserBackupAmountOverTheLimit
The operation is not permitted due to the user backup amount over the limit.
手动备份的数量超过上限。
403
OperationDenied_ResourceSoldOut
The requested resource is sold out in the specified zone; try other types of resources or other regions and zones.
当前可用区资源不足。
403
QuotaExceeded_RestoreDB
The quota of restore db exceeds.
恢复数据库超过配额限制。
404
InstanceNotFound
The specified instance does not exist.
未找到该实例。
404
BackupNotFound
The specified instance does not exist available backup records.
未找到可用的备份记录。
500
TosRestoreTaskNumExceedLimit
Too many tasks are being executed. Please submit them later.
正在执行的任务数量过多,请稍后再提交。
500
InternalError
The request has failed with internal server error.
内部错误。
最近更新时间:2025.12.01 18:11:12
这个页面对您有帮助吗?
有用
有用
无用
无用