All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeZones

Last Updated:Apr 29, 2024

You can call this operation to learn of zones where a cluster can be created in an Alibaba Cloud region.

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
SeriesstringNo

The deployment mode.

Enumeration Value:
  • NORMAL: NORMAL.
NORMAL
DeployTypestringNo

The operation that you want to perform.
Set the value to DescribeZones.

Enumeration Value:
  • multiple
  • single
  • dual
single

Response parameters

ParameterTypeDescriptionExample
object

Example 1

RequestIdstring
http(s)://[Endpoint]/?Action=DescribeZones
&Series=normal
&DeployType=single
&Common request parameters
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
Zonesobject []

You can call this operation to learn of zones where a cluster can be created in an Alibaba Cloud region.

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "Zones": [
    {
      "ZoneId": "cn-hangzhou-i,cn-hangzhou-j,cn-hangzhou-h",
      "ZoneName": "H/I/J",
      "Series": "NORMAL",
      "DeployType": "1-1-1"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-04-15The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: CpuArch