All Products
Search
Document Center

Elastic Container Instance:DescribeRegions

Last Updated:Apr 15, 2024

Queries the regions and zones in which Elastic Container Instance is available.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

Schema of response.

RequestIdstring

The request ID.

89945DD3-9072-47D0-A318-353284CFC7B3
Regionsobject []

The queried regions.

Zonesarray

The queried zones.

string

The ID of the zone.

cn-hangzhou-g
RecommendZonesarray

The recommended zones. Recommended zones are zones that have relatively sufficient resources in the current region.

string

The ID of the recommended zone. Recommended zones are zones that have relatively sufficient resources in the current region.

cn-hangzhou-j
RegionEndpointstring

The endpoint for the region.

eci.aliyuncs.com
RegionIdstring

The region ID.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2023-09-01The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.
2023-01-11The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    delete Input Parameters: OSType
    delete Input Parameters: CpuArchitecture
2023-01-11The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: OSType
    Added Input Parameters: CpuArchitecture