Queries regions in an area.
Debugging
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
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-02-20 | API Description Update | View Change Details |