All Products
Search
Document Center

AnalyticDB:ModifyDBResourceGroup

Last Updated:Sep 03, 2024

Modifies the amount of reserved computing resources for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.

Operation description

For information about the endpoints of AnalyticDB for MySQL, see Endpoints .

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:
    • The required resource types are displayed in bold characters.
    • 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:ModifyDBResourceGroupupdate
  • DBClusterLakeVersion
    acs:adb:{#regionId}:{#accountId}:dbcluster/{#DBClusterId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.

amv-bp1r053byu48p****
GroupNamestringYes

The name of the resource group.

Note You can call the DescribeDBResourceGroup operation to query the name of a resource group in a cluster.
test
GroupTypestringYes

The type of the resource group. Valid values:

  • Interactive
  • Job
Note For information about resource groups of Data Lakehouse Edition, see Resource groups.
Interactive
MinComputeResourcestringNo

The minimum amount of reserved computing resources.

  • If the GroupType parameter is set to Interactive, set the value to 16ACU.
  • If GroupType is set to Job, set the value to 0ACU.
0ACU
MaxComputeResourcestringNo

The maximum amount of reserved computing resources.

  • If GroupType is set to Interactive, the maximum amount of reserved computing resources refers to the amount of resources that are not allocated in the cluster. Set this parameter to a value in increments of 16ACU.
  • If GroupType is set to Job, the maximum amount of reserved computing resources refers to the amount of resources that are not allocated in the cluster. Set this parameter to a value in increments of 8ACU.
48ACU
ClusterSizeResourcestringNo

A reserved parameter.

N/A
MinClusterCountintegerNo

A reserved parameter.

N/A
MaxClusterCountintegerNo

A reserved parameter.

N/A
ClusterModestringNo

A reserved parameter.

N/A
EnableSpotbooleanNo

Specifies whether to enable the spot instance feature for the resource group. After you enable the spot instance feature, you are charged for resources at a lower unit price but the resources are probably released. You can enable the spot instance feature only for job resource groups. Valid values:

  • True
  • False
true
RegionIdstringNo

The region ID of the cluster.

Note You can call the DescribeRegions operation to query the most recent region list.
cn-hangzhou
Rulesarray<object>No

The job resubmission rules.

objectNo
GroupNamestringNo

The name of the resource group.

user_default
QueryTimestringNo

The execution duration of the query. Unit: milliseconds.

180000
TargetGroupNamestringNo

The name of the destination resource group.

job

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

805F14E1-0186-520E-A6D5-30188D94E8DA

Examples

Sample success responses

JSONformat

{
  "RequestId": "805F14E1-0186-520E-A6D5-30188D94E8DA"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidPoolName.MalformedThe specified parameter PoolName is not valid.The PoolName parameter is invalid. Check the parameter.
400InvalidPoolUser.MalformedThe specified parameter PoolUser is not valid.The PoolUser parameter is invalid. Check the parameter.
400InvalidDBClusterId.NotFoundThe DBClusterId provided does not exist in our records.The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid.
400InvalidDBClusterId.MalformedThe specified parameter DBClusterId is not valid.The DBClusterId parameter is invalid. Check the parameter.
400InvalidPoolType.MalformedThe specified parameter PoolType is not valid.The PoolType parameter is invalid. Check the parameter.
400InvalidMinComputeResource.MalformedThe specified parameter MinComputeResource is not valid.The MinComputeResource parameter is invalid. Check the parameter.
400InvalidMaxComputeResource.MalformedThe specified parameter MaxComputeResource is not valid.The MaxComputeResource parameter is invalid. Check the parameter.
400ACS.ResourceGroup.ElasticPlanExistsThis resource group does not support this operation. Elastic plans that have been enabled already exist.This operation is not supported for the current resource group because a scaling plan has been enabled.
400ACS.ResourceGroup.InvalidResourceGroupStateThe state of this resource group does not support this operation.This operation is not supported due to the current state of the resource group.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-08-14The Error code has changed. The request parameters of the API has changedView Change Details
2024-03-25The Error code has changed. The request parameters of the API has changedView Change Details
2024-01-26The Error code has changed. The request parameters of the API has changedView Change Details
2023-12-19The Error code has changed. The request parameters of the API has changedView Change Details
2023-09-25The Error code has changed. The request parameters of the API has changedView Change Details
2023-04-13The Error code has changedView Change Details
2023-03-31The Error code has changedView Change Details