All Products
Search
Document Center

AnalyticDB:CreateDBResourceGroup

Last Updated:Jun 24, 2025

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
adb:CreateDBResourceGroupcreate
DBCluster
acs:adb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

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****
GroupNamestringYes

The name of the resource group.

  • The name can be up to 255 characters in length.
  • The name must start with an uppercase letter or a digit.
  • The name can contain uppercase letters, digits, hyphens (-), and underscores (_).
test_group
GroupTypestringNo

The query execution mode. Valid values:

  • interactive (default)
  • batch
  • job
interactive
MinComputeResourcestringNo

The minimum amount of reserved computing resources. Unit: AnalyticDB compute unit (ACU).

  • When GroupType is set to interactive, set this parameter to 16ACU.
  • When GroupType is set to job, set this parameter to 0ACU.
0ACU
MaxComputeResourcestringNo

The maximum amount of reserved computing resources, which refers to the amount of resources that are not allocated in the cluster. Unit: ACU.

  • When GroupType is set to interactive, set this parameter to a value in increments of 16ACU.
  • When GroupType is set to job, set this parameter to a value in increments of 8ACU.
32ACU
ClusterSizeResourcestringNo

The resource specifications of a single compute cluster. Unit: ACU.

16ACU
MinClusterCountintegerNo

The minimum number of compute clusters that are required in the resource group. Minimum value: 1.

1
MaxClusterCountintegerNo

The maximum number of compute clusters that are allowed in the resource group. Maximum value: 10.

2
ClusterModestringNo

The working mode of the resource group. Valid values:

  • Disable (default)
  • AutoScale
AutoScale
EnginestringNo

The engine of the resource group. Valid values:

  • AnalyticDB (default)
  • SparkWarehouse
AnalyticDB
EngineParamsobjectNo

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\"}
NodeNumintegerNo

The number of nodes. Default value: 0.

  • Each node is configured with the resources of 16 cores and 64 GB memory.
  • Make sure that the amount of resources of the nodes (Number of nodes × 16 cores and 64 GB memory) is less than or equal to the amount of unused resources of the cluster.
2

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8

Examples

Sample success responses

JSONformat

{
  "RequestId": "3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8"
}

Error codes

HTTP status codeError codeError messageDescription
403OperationDenied.DBClusterStatusThe operation is not permitted due to cluster status.This operation is prohibited due to the current state of the cluster.
404InvalidDBCluster.NotFoundThe 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 timeSummary of changesOperation
2023-04-06The Error code has changedView Change Details