Queries regions in an area.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PageNumber | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return per page. Default value: 10. Valid values: 1 to 50. | 10 |
GeographicRegionId | string | Yes | The ID of the area that you want to query. Valid values:
| china |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageSize": 2,
"RequestId": "DC9EB0C9-60AF-4A09-A36C-608F70130274",
"PageNumber": 10,
"TotalCount": 2,
"RegionIds": {
"RegionId": [
{
"RegionId": "us-west-1"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.