All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeAvailableZone

Last Updated:Nov 14, 2025

You can call this operation to query the configurations available for creating an OceanBase cluster.

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
InstanceTypestringYes

The type of the instance.

Enumeration Value:
  • cluster: cluster.
cluster
SeriesstringNo

The series of the OceanBase cluster. Valid values:

  • normal: Standard Cluster Edition (Cloud Disk). This is the default value.
  • normal_ssd: Standard Cluster Edition (Local Disk).
  • history: History Database Cluster Edition.
normal
DeployTypestringNo

The deployment type of the cluster. Valid values:

  • multiple: multi-IDC deployment
  • single: single-IDC deployment
  • dual: dual-IDC deployment
multiple
SpecstringNo

The specification of the node.

oceanbase.cluster.cd8.xlarge
ObVersionstringNo

The version of OceanBase Database.

3.2.4.4
CpuArchstringNo

cpu 架构

x86

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
Dataobject

The returned data.

AvailableZonesarray<object>

The configurations available for cluster creation.

AvailableZonesobject

The information about configurations available for cluster creation.

Regionstring

The region.

cn-hangzhou
Zonesstring

The list of zones.

cn-hangzhou-h,cn-hangzhou-i,cn-hangzhou-j
Channelstring

The source of the order.

  • PUBLIC
  • FINANCE
PUBLIC
DeployTypestring

The deployment type of the cluster. Valid values:

  • multiple: multi-IDC deployment
  • single: single-IDC deployment
  • dual: dual-IDC deployment
multiple
InstanceTypestring

The type of the instance.

cluster
Seriesstring

The series of the OceanBase cluster. Valid values:

  • normal: Standard Cluster Edition (Cloud Disk). This is the default value.
  • normal_ssd: Standard Cluster Edition (Local Disk).
  • history: History Database Cluster Edition.
normal
SupportSpecificationsarray<object>

The specifications of the node.

SupportSpecificationsobject

The information about specifications of the node.

Specstring

The specification of the node.

oceanbase.cluster.cd8.xlarge
InstanceClassstring

The specification of the cluster.

4C16GB
DiskTypesarray

The storage types.

DiskTypesstring

The information about storage types.

cloud_essd_pl1
DiskSizeRangeobject

The storage size.

Steplong

The minimum adjustment step.

5
Maxlong

The maximum value.

40000
Minlong

The minimum value.

1000
SupportEngineVersionsarray<object>

The versions.

SupportEngineVersionsobject

The information about versions.

ObVersionstring

The version of OceanBase Database.

3.2.4.4
SupportIsolationOptimizationboolean

Indicates whether isolation is supported.

true
SupportReplicaModesarray

The number of full-featured replicas.

SupportReplicaModesstring

The number of full-featured replicas.

3F
CpuArchstring

The CPU architecture.

x86

Examples

Sample success responses

JSONformat

{
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "Data": {
    "AvailableZones": [
      {
        "Region": "cn-hangzhou",
        "Zones": "cn-hangzhou-h,cn-hangzhou-i,cn-hangzhou-j",
        "Channel": "PUBLIC",
        "DeployType": "multiple",
        "InstanceType": "cluster",
        "Series": "normal",
        "SupportSpecifications": [
          {
            "Spec": "oceanbase.cluster.cd8.xlarge",
            "InstanceClass": "4C16GB",
            "DiskTypes": [
              "cloud_essd_pl1"
            ],
            "DiskSizeRange": {
              "Step": 5,
              "Max": 40000,
              "Min": 1000
            },
            "SupportEngineVersions": [
              {
                "ObVersion": "3.2.4.4",
                "SupportIsolationOptimization": true,
                "SupportReplicaModes": [
                  "3F"
                ]
              }
            ]
          }
        ],
        "CpuArch": "x86"
      }
    ]
  }
}

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 changed. The response structure of the API has changedView Change Details