Queries the most recent region list.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ListGeographicSubRegions

The operation that you want to perform. Set the value to ListGeographicSubRegions.

Response parameters

Parameter Type Example Description
RequestId String 0ED8D006-F706-4D23-88ED-E11ED28DCAC0

The request ID.

GeographicSubRegions Array of String ["cn-beijing","cn-hangzhou"]

The list of regions available for Express Connect circuits.

Count Long 10

The total number of entries returned.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ListGeographicSubRegions
&AcceptLanguage=zh-CN
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ListGeographicSubRegionsResponse>
    <RequestId>0ED8D006-F706-4D23-88ED-E11ED28DCAC0</RequestId>
    <GeographicSubRegions>
        <Name>China (Beijing)</Name>
        <RegionId>cn-beijing</RegionId>
    </GeographicSubRegions>
    <Count>10</Count>
</ListGeographicSubRegionsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
  "GeographicSubRegions" : [ {
    "Name" : "China (Beijing)",
    "RegionId" : "cn-beijing"
  } ],
  "Count" : 10
}

Error codes

For a list of error codes, see Service error codes.