All Products
Search
Document Center

Virtual Private Cloud:ListGeographicSubRegions

Last Updated:Dec 02, 2023

Queries the most recent region list.

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The request ID.

RequestIdstring

The request ID.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0
GeographicSubRegionsarray

The region list.

string

The region list.

["cn-beijing","cn-hangzhou"]
Countlong

The number of entries.

10

Examples

Sample success responses

JSONformat

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
  "GeographicSubRegions": [
    "[\"cn-beijing\",\"cn-hangzhou\"]"
  ],
  "Count": 10
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history