Queries the regions and zones in which Elastic Container Instance is available.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | No | The region ID. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "89945DD3-9072-47D0-A318-353284CFC7B3",
"Regions": [
{
"Zones": [
"cn-hangzhou-g"
],
"RecommendZones": [
"cn-hangzhou-j"
],
"RegionEndpoint": "eci.aliyuncs.com",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-01 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-01-11 | The request parameters of the API has changed | View Change Details |
2023-01-11 | The request parameters of the API has changed | View Change Details |