All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeZones

Last Updated:Oct 23, 2024

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

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.

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
Zonesarray<object>

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

Dataobject

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 changedView Change Details