调用DescribeRegions接口获取地域列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeRegions |
系统规定参数。取值:DescribeRegions。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Code | Integer | 200 |
错误代码。 |
Message | String | success |
错误信息。 |
RequestId | String | C458B1E8-1683-3645-B154-6BA32080EEA |
请求ID。 |
Success | Boolean | true |
请求是否成功。 |
ErrorCode | Integer | 200 |
错误代码。 |
Regions | Array of Region |
区域列表。 |
|
Region | |||
SupportPolarx10 | Boolean | true |
支持polardb-x 1.0版本。 |
SupportPolarx20 | Boolean | true |
支持polardb-x 2.0版本。 |
RegionId | String | ch-hangzhou |
实例ID。 |
Zones | Array of Zone |
可用区列表。 |
|
Zone | |||
ZoneId | String | cn-hangzhou-a |
可用区。 |
VpcEnabled | Boolean | true |
是否支持vpc。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeRegions
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeRegionsResponse>
<Code>200</Code>
<Message>success</Message>
<RequestId>C458B1E8-1683-3645-B154-6BA32080EEA</RequestId>
<Success>true</Success>
<ErrorCode>200</ErrorCode>
<Regions>
<SupportPolarx10>true</SupportPolarx10>
<SupportPolarx20>true</SupportPolarx20>
<RegionId>ch-hangzhou</RegionId>
<Zones>
<ZoneId>cn-hangzhou-a</ZoneId>
<VpcEnabled>true</VpcEnabled>
</Zones>
</Regions>
</DescribeRegionsResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"Code" : 200,
"Message" : "success",
"RequestId" : "C458B1E8-1683-3645-B154-6BA32080EEA",
"Success" : true,
"ErrorCode" : 200,
"Regions" : [ {
"SupportPolarx10" : true,
"SupportPolarx20" : true,
"RegionId" : "ch-hangzhou",
"Zones" : [ {
"ZoneId" : "cn-hangzhou-a",
"VpcEnabled" : true
} ]
} ]
}
错误码
访问错误中心查看更多错误码。