Creates a resource group for an AnalyticDB for MySQL 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.
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 Resources
is 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:CreateDBResourceGroup | create | 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**** |
GroupName | string | Yes | The name of the resource group.
| test_group |
GroupType | string | No | The query execution mode. Valid values:
| interactive |
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.
| 32ACU |
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. | 2 |
ClusterMode | string | No | The working mode of the resource group. Valid values:
| AutoScale |
Engine | string | No | The engine of the resource group. Valid values:
| AnalyticDB |
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\"} |
NodeNum | integer | No | The number of nodes. Default value: 0.
| 2 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | OperationDenied.DBClusterStatus | The operation is not permitted due to cluster status. | This operation is prohibited due to the current state of the cluster. |
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 |
---|---|---|
2023-04-06 | The Error code has changed | View Change Details |