Mengkueri konfigurasi yang tersedia di halaman pembelian untuk kluster OceanBase.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceType |
string |
Yes |
Tipe instans. Valid values:
|
cluster |
| Series |
string |
No |
Seri. |
normal |
| DeployType |
string |
No |
Rencana penerapan. |
multiple |
| Spec |
string |
No |
Rencana node. |
oceanbase.cluster.cd8.xlarge |
| ObVersion |
string |
No |
Nomor versi OceanBase. |
3.2.4.4 |
| CpuArch |
string |
No |
Arsitektur CPU. |
x86 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter tanggapan. |
||
| RequestId |
string |
ID permintaan. |
EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C |
| Data |
object |
Data yang dikembalikan. |
|
| AvailableZones |
array<object> |
Informasi zona. |
|
|
array<object> |
Informasi daftar zona. |
||
| Region |
string |
Wilayah. |
cn-hangzhou |
| Zones |
string |
Daftar zona. |
cn-hangzhou-h,cn-hangzhou-i,cn-hangzhou-j |
| Channel |
string |
Sumber pesanan. Nilai valid:
|
PUBLIC |
| DeployType |
string |
Rencana penerapan. |
multiple |
| InstanceType |
string |
Tipe instans. |
cluster |
| Series |
string |
Seri. |
normal |
| SupportSpecifications |
array<object> |
Spesifikasi node. |
|
|
array<object> |
Informasi daftar spesifikasi node. |
||
| Spec |
string |
Spesifikasi node. |
oceanbase.cluster.cd8.xlarge |
| InstanceClass |
string |
Informasi spesifikasi kluster. |
4C16GB |
| DiskTypes |
array |
Tipe penyimpanan. |
|
|
string |
Informasi daftar tipe penyimpanan. |
cloud_essd_pl1 |
|
| DiskSizeRange |
object |
Ukuran penyimpanan. |
|
| Step |
integer |
Granularitas penyesuaian minimum. |
5 |
| Max |
integer |
Nilai maksimum. |
40000 |
| Min |
integer |
Nilai minimum. |
1000 |
| SupportEngineVersions |
array<object> |
Versi. |
|
|
object |
Informasi daftar versi. |
||
| ObVersion |
string |
Nomor versi OceanBase Server. |
3.2.4.4 |
| SupportIsolationOptimization |
boolean |
Apakah isolasi didukung. |
true |
| SupportReplicaModes |
array |
Jumlah replika full-featured. |
|
|
string |
Jumlah replika full-featured. |
3F |
|
| CpuArch |
string |
Arsitektur CPU. |
x86 |
Contoh
Respons sukses
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"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.