You can call the DescribeEIURange operation to query the range of elastic I/O units (EIUs) available for a Data Lakehouse Edition cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:DescribeEIURange |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-4690g37929**** |
| DBClusterId |
string |
No |
The ID of the Data Lakehouse Edition cluster.
Note
Call the DescribeDBClusters operation to query the ID of the Data Lakehouse Edition cluster. |
am-bp16t5ci7r74s**** |
| ComputeResource |
string |
No |
The specifications of the compute resources. Note
Call the DescribeComputeResource operation to query the specifications of compute resources. |
{ "RealValue": "32Core128GBNEW", "DisplayValue": "32Core128GB" } |
| Operation |
string |
No |
The operation type. Valid values:
|
Buy |
| RegionId |
string |
Yes |
The region ID. Note
Call the DescribeRegions operation to query the region ID of the cluster. |
cn-hangzhou |
| DBClusterVersion |
string |
No |
The cluster version. Valid values:
|
3.0 |
| ZoneId |
string |
No |
The zone ID. Note
Call the DescribeDBClusters operation to query the zone ID of the cluster. |
cn-hangzhou-h |
| StorageSize |
string |
No |
The specifications of the storage resources. The default value is 8ACU. Valid values:
|
8ACU |
| SubOperation |
string |
No |
The sub-operation type. Valid values:
|
Upgrade |
| ProductVersion |
string |
No |
The edition. Valid values:
|
EnterpriseVersion |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EIUInfo |
object |
The information about the number of EIUs. |
|
| EIURange |
array |
A list of valid values for the number of EIUs. |
|
|
integer |
A valid value for the number of EIUs. |
1,2,3,4,...200 |
|
| DefaultValue |
string |
The recommended number of EIUs. |
2 |
| StorageResourceRange |
array |
This parameter is reserved. |
|
|
string |
This parameter is reserved. |
none |
|
| MinValue |
string |
This parameter is reserved. |
none |
| MaxValue |
string |
This parameter is reserved. |
none |
| Step |
string |
This parameter is reserved. |
none |
| DefaultReservedNodeSize |
string |
This parameter is reserved. |
none |
| ReservedNodeSizeRange |
array |
This parameter is reserved. |
|
|
string |
This parameter is reserved. |
none |
|
| RequestId |
string |
The request ID. |
D65A809F-34CE-4550-9BC1-0ED21ET**** |
Examples
Success response
JSON format
{
"EIUInfo": {
"EIURange": [
0
],
"DefaultValue": "2",
"StorageResourceRange": [
"none"
],
"MinValue": "none\n",
"MaxValue": "none\n",
"Step": "none\n",
"DefaultReservedNodeSize": "none",
"ReservedNodeSizeRange": [
"none"
]
},
"RequestId": "D65A809F-34CE-4550-9BC1-0ED21ET****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.