Modifies 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:ModifyElasticPlan |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ElasticPlanName |
string |
Yes |
The name of the scaling plan. Note
You can call the DescribeElasticPlans operation to query the names of scaling plans. |
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 |
| CronExpression |
string |
No |
A cron expression that specifies the scaling cycle and time. |
0 20 14 * * ? |
| TargetSize |
string |
No |
The desired specifications of elastic resources after scaling. Note
|
32ACU |
| 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 |
|---|---|---|---|
| 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.