Creates a scaling plan for an AnalyticDB for MySQL cluster.
Operation description
For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:CreateElasticPlan |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ElasticPlanName |
string |
Yes |
The name of the scaling plan. Note
The name must be 2 to 30 characters in length and can contain letters, digits, and underscores (_). The name must start with a letter. |
test |
| ResourceGroupName |
string |
No |
The name of the resource group. Note
|
test |
| StartTime |
string |
No |
The start time of the scaling plan. Note
Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
2022-01-01T12:01:00Z |
| EndTime |
string |
No |
The end time of the scaling plan. Note
Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
2025-01-01T12:01:00Z |
| Enabled |
boolean |
Yes |
Whether to enable the scaling plan immediately after it is created. Valid values:
|
true |
| CronExpression |
string |
No |
A CRON expression that specifies the scaling cycle and time for the scaling plan. |
0 20 14 * * ? |
| TargetSize |
string |
No |
The desired specifications of elastic resources after scaling. Note
|
32ACU |
| Type |
string |
Yes |
The type of the scaling plan. Valid values:
|
EXECUTOR |
| AutoScale |
boolean |
No |
Whether to enable Default Proportional Scaling for EIUs. Valid values:
Note
|
false |
| DBClusterId |
string |
Yes |
The cluster ID. Note
You can call the DescribeDBClusters operation to query the IDs of all AnalyticDB for MySQL clusters within a region. |
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.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.NameAlreadyExists | The name already exists. | A scaling plan with the same name exists. |
| 400 | ACS.ElasticPlan.WorkerNotFound | Worker not found. | The cluster cannot have storage scaling plans configured because it does not have reserved storage resources. |
| 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.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.