Queries the most recent region list.
Debugging
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 ID of the request. |
| GeographicSubRegions | Array of String | ["cn-beijing","cn-hangzhou"] |
The list of regions available for Express Connect circuits. |
| Count | Long | 10 |
The number of entries returned. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListGeographicSubRegions
&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>["cn-beijing","cn-hangzhou"]</GeographicSubRegions>
<Count>10</Count>
</ListGeographicSubRegionsResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
"GeographicSubRegions" : [ "[\"cn-beijing\",\"cn-hangzhou\"]" ],
"Count" : 10
}
Error codes
For a list of error codes, see Service error codes.