Enables a scaling plan for an AnalyticDB for MySQL cluster.
Operation description
For the endpoints of AnalyticDB for MySQL, see Endpoints.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:EnableElasticPlan |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ElasticPlanName |
string |
Yes |
The name of the scaling plan. Note
To query scaling plan names, call the DescribeElasticPlans operation. |
test |
| DBClusterId |
string |
Yes |
The cluster ID. Note
To query the IDs of all AnalyticDB for MySQL clusters in a region, call the DescribeDBClusters operation. |
amv-wz9509beptiz**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
A5C433C2-001F-58E3-99F5-3274C14DF8BD |
Examples
Success response
JSON format
{
"RequestId": "A5C433C2-001F-58E3-99F5-3274C14DF8BD"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ACS.ElasticPlan.AutoWorkerPlanExists | Failed to enable the elastic plan. The instance already has an active elastic plan. | Failed to enable the storage scaling plan because the cluster has another storage scaling plan enabled. |
| 400 | ACS.ElasticPlan.WorkerPlanExists | Failed to enable the elastic plan. At least one active elastic plan already exists. | Failed to enable the storage scaling plan because another storage scaling plan has been enabled. |
| 400 | ACS.ElasticPlan.InvalidStartTimeInterval | The start time of this elastic plan is too closed to another one. | The effective time of the scaling plan is close to that of another scaling plan. |
| 400 | ACS.ElasticPlan.InvalidEndTime | The end time should be later than current time. | The end time of scheduled scaling must be later than the current time. |
| 400 | ACS.ElasticPlan.InvalidTodayPlan | Failed to enable this elastic plan. Today's schedule time is missed and you should prepare at least %s minutes for us to prepare resource. | |
| 400 | ACS.ElasticPlan.InvalidTargetSize | Invalid target size. | |
| 400 | ACS.ElasticPlan.InvalidStartTime | Invalid start time. | |
| 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.