Modifies the number of nodes or the query execution mode for a resource group of an AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster.
Operation description
This operation is suitable for the following editions:
- Enterprise Edition.
- Basic Edition.
- Data Lakehouse Edition.
- Data Warehouse Edition in elastic mode: 32 cores and 128 GB or more. The number of nodes cannot be modified for the default resource group USER_DEFAULT.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| adb:ModifyDBResourceGroup | update | *DBCluster acs:adb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId} |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DBClusterId | string | Yes | The ID of the AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster. Note
You can call the DescribeDBClusters operation to query the cluster IDs of all AnalyticDB for MySQL Data Warehouse Edition (V3.0) clusters within a specific region.
| am-bp1ub9grke1**** |
| MinComputeResource | string | No | The minimum amount of reserved computing resources. Unit: AnalyticDB compute unit (ACU).
| 0ACU |
| MaxComputeResource | string | No | The maximum amount of reserved computing resources, which refers to the amount of resources that are not allocated in the cluster. Unit: ACU.
| 48ACU |
| ClusterSizeResource | string | No | The resource specifications of a single compute cluster. Unit: ACU. | 16ACU |
| MinClusterCount | integer | No | The minimum number of compute clusters that are required in the resource group. Minimum value: 1. | 1 |
| MaxClusterCount | integer | No | The maximum number of compute clusters that are allowed in the resource group. Maximum value: 10. | 4 |
| ClusterMode | string | No | The working mode of the resource group. Valid values:
| AutoScale |
| EngineParams | object | No | The Spark application configuration parameters that can be applied to all Spark jobs executed in the resource group. If you want to configure parameters for a specific Spark job, you can specify values for the parameters in the code editor when you submit the job. | {\"spark.adb.version\":\"3.5\"} |
| GroupName | string | Yes | The name of the resource group. | test_group |
| GroupType | string | No | The query execution mode. Valid values:
Note
For more information, see Query execution modes.
| batch |
| NodeNum | integer | No | The number of nodes. Default value: 0.
| 1 |
| PoolUserList | array | No | The database accounts with which to associate the resource group. They can be standard accounts or privileged accounts. | |
| string | No | The database account with which to associate the resource group. | user1 | |
| ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. | 123e4567-e89b-12d3-a456-t7241**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | IncorrectDBInstanceState | The specified instance state does not support this operation. | This operation is not supported while the instance is in the current state. |
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-07-01 | The Error code has changed. The request parameters of the API has changed | View Change Details |
| 2023-04-06 | The Error code has changed | View Change Details |
