Modifies the maintenance window of an AnalyticDB for MySQL cluster.
Operation description
For information about the endpoints of AnalyticDB for MySQL, see Endpoints .
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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. It must be in the hh:mmZ-hh:mmZ format. Note
The interval must be 1 hour and start and end at the beginning of an hour.
| 22:00Z-23:00Z |
Response parameters
Examples
Sample success responses
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 parameter does not exist. Make sure 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. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-31 | The Error code has changed | View Change Details |