Modifies the maintenance window of 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:ModifyDBClusterMaintainTime |
update |
*DBClusterLakeVersion
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster. |
amv-bp1r053byu48p**** |
| MaintainTime |
string |
Yes |
The maintenance window of the cluster. Specify a value in the hh:mmZ-hh:mmZ 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 |
|---|---|---|---|
| 400 | InvalidDBClusterId.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId does not exist. Verify that the DBClusterId value is valid. |
| 400 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | The DBClusterId parameter is invalid. Check the parameter. |
| 400 | InvalidMaintainTime.Malformed | The specified parameter MaintainTime is not valid. | The MaintainTime parameter is invalid. Check the parameter. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.