All Products
Search
Document Center

AnalyticDB:ModifyDBClusterMaintainTime

Last Updated:May 27, 2025

Modifies the maintenance window of an AnalyticDB for MySQL cluster.

Operation description

For information about the endpoints of AnalyticDB for MySQL, see Endpoints .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.

amv-bp1r053byu48p****
MaintainTimestringYes

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

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

65BDA532-28AF-4122-AA39-B382721EEE64

Examples

Sample success responses

JSONformat

{
  "RequestId": "65BDA532-28AF-4122-AA39-B382721EEE64"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidDBClusterId.NotFoundThe DBClusterId provided does not exist in our records.The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid.
400InvalidDBClusterId.MalformedThe specified parameter DBClusterId is not valid.The DBClusterId parameter is invalid. Check the parameter.
400InvalidMaintainTime.MalformedThe 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 timeSummary of changesOperation
2023-03-31The Error code has changedView Change Details