All Products
Search
Document Center

AnalyticDB:DescribeEIURange

Last Updated:Jan 14, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

adb:DescribeEIURange

get

*DBCluster

acs:adb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}

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.

  • This parameter can be left empty when Operation is set to Buy.

  • This parameter is required when Operation is set to Upgrade or Downgrade.

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: Purchase a cluster.

  • Modify: Change the specifications of a cluster.

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 (default): Data Lakehouse Edition.

  • 5.0: includes Data Lakehouse Edition, Enterprise Edition, and Basic Edition.

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

  • 12ACU

  • 16ACU

8ACU

SubOperation

string

No

The sub-operation type. Valid values:

  • Upgrade: Upgrade a cluster.

  • Downgrade: Downgrade a cluster.

Upgrade

ProductVersion

string

No

The edition. Valid values:

  • EnterpriseVersion: Enterprise Edition.

  • BasicVersion: Basic Edition.

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.