You can call this operation to query the configurations available for creating an OceanBase cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| InstanceType | string | Yes | The type of the instance. Enumeration Value:
| cluster |
| Series | string | No | The series of the OceanBase cluster. Valid values:
| normal |
| DeployType | string | No | The deployment type of the cluster. Valid values:
| multiple |
| Spec | string | No | The specification of the node. | oceanbase.cluster.cd8.xlarge |
| ObVersion | string | No | The version of OceanBase Database. | 3.2.4.4 |
| CpuArch | string | No | cpu 架构 | x86 |
Response parameters
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 time | Summary of changes | Operation |
|---|---|---|
| 2024-04-15 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
