All Products
Search
Document Center

Cloud Enterprise Network:DescribeGeographicRegionMembership

Last Updated:Apr 11, 2023

Queries regions in an area.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return per page. Default value: 10. Valid values: 1 to 50.

10
GeographicRegionIdstringYes

The ID of the area that you want to query. Valid values:

  • china: the Chinese mainland
  • asia-pacific: Asia Pacific
  • europe: Europe
  • australia: Australia
  • north-america: North America
china

Response parameters

ParameterTypeDescriptionExample
object
PageSizeinteger

The number of entries returned per page.

2
RequestIdstring

The ID of the request.

DC9EB0C9-60AF-4A09-A36C-608F70130274
PageNumberinteger

The page number of the returned page.

10
TotalCountinteger

The total number of entries returned.

2
RegionIdsarray

The list of regions.

object
RegionIdstring

The ID of the region.

You can call the DescribeChildInstanceRegions operation to query the most recent region list.

us-west-1

Examples

Sample success responses

JSONformat

{
  "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.