調(diào)用DescribeRegions獲取支持的Region。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String DescribeRegions

系統(tǒng)規(guī)定參數(shù)。取值:DescribeRegions。

RegionId String cn-hangzhou

地域 ID。

返回?cái)?shù)據(jù)

名稱 類型 示例值 描述
Code String 200

響應(yīng)碼。

ErrorMsg String Error

錯誤信息。

Regions Array of Region

Region

Region
LocalName String 杭州

地域名稱。

RegionEndpoint String dg.cn-hangzhou.aliyuncs.com

Region Endpoint。

RegionId String cn-hangzhou

地域 ID。

RequestId String 41916DEB-F62D-41FA-AB53-FC61D795BC66

請求ID。

Success Boolean true

請求成功標(biāo)示。

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeRegions
&<公共請求參數(shù)>

正常返回示例

XML格式

<RequestId>41916DEB-F62D-41FA-AB53-FC61D795BC66</RequestId>
<ErrorMsg>Error</ErrorMsg>
<Regions>
    <Region>
        <RegionId>cn-hangzhou</RegionId>
        <RegionEndpoint>dg.cn-hangzhou.aliyuncs.com</RegionEndpoint>
        <LocalName>杭州</LocalName>
    </Region>
</Regions>
<Code>200</Code>
<Success>true</Success>

JSON格式

{"RequestId":"41916DEB-F62D-41FA-AB53-FC61D795BC66","ErrorMsg":"Error","Regions":{"Region":[{"RegionId":"cn-hangzhou","RegionEndpoint":"dg.cn-hangzhou.aliyuncs.com","LocalName":"杭州"}]},"Code":"200","Success":"true"}

錯誤碼

訪問錯誤中心查看更多錯誤碼。