请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
Action | String | 是 | DescribeRegions | 系统规定参数,取值为DescribeRegions。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
Code | Integer | 200 | 接口调用成功时的HTTP状态码。 |
ErrorCode | Integer | 400 | 接口调用失败时的HTTP状态码。 |
Message | String | **** | 返回消息。 说明 请求成功时该参数为空,请求失败时会返回请求异常信息(如错误码等)。 |
Regions | Array of Region | 地域信息详情。 |
|
RequestId | String | AFC30C49-CED8-4C7C-A599-5CDC43****** | 请求ID。 |
Success | Boolean | true | 请求结果。 |
示例
请求示例
http(s)://polardbx.cn-hangzhou.aliyuncs.com/?Action=DescribeRegions &<公共请求参数>
正常返回示例
XML
格式
<Message/>
<RequestId>AFC30C49-CED8-4C7C-A599-5CDC43</RequestId><Regions>
<Region>
<SupportPolarx20>true</SupportPolarx20>
<RegionId>cn-hangzhou</RegionId>
</Region>
<Region>
<Zones>
<Zone>
<ZoneId>cn-hangzhou-j</ZoneId>
<VpcEnabled>true</VpcEnabled>
</Zone>
</Zones>
</Region>
</Regions>
<Code>200</Code>
<Success>true</Success>
JSON
格式
{
"Message": "",
"RequestId": "AFC30C49-CED8-4C7C-A599-5CDC43",
"Regions": {
"Region": [
{
"SupportPolarx20": true,
"RegionId": "cn-hangzhou"
},
{
"Zones": {
"Zone": {
"ZoneId": "cn-hangzhou-j",
"VpcEnabled": true
}
}
}
]
},
"Code": 200,
"Success": true
}
</div>