Modifies the maintenance window of an AnalyticDB for MySQL cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:ModifyDBClusterMaintainTime |
update |
DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Note
Call DescribeDBClusters to query cluster IDs within a region. |
am-bp111m2cfrdl**** |
| MaintainTime |
string |
Yes |
The maintenance window of the cluster. Format: Note
The window must be exactly 1 hour and start on the hour. |
22:00Z-23:00Z |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
65BDA532-28AF-4122-AA39-B382721EEE64 |
Examples
Success response
JSON format
{
"RequestId": "65BDA532-28AF-4122-AA39-B382721EEE64"
}
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 does not exist. Verify that the DBClusterId value is valid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.