Modifies the maintenance window of an AnalyticDB for MySQL cluster.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyDBClusterMaintainTime | The operation that you want to perform. Set the value to ModifyDBClusterMaintainTime. |
DBClusterId | String | Yes | rm-uf6wjk5xxxxxxxxxx | The ID of the cluster whose maintenance window is to be modified. |
MaintainTime | String | Yes | 22:00Z-02:00Z | The maintenance window of the cluster. Format: hh:mmZ-hh:mmZ |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 65BDA532-28AF-4122-AA39-B382721EEE64 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyDBClusterMaintainTime
&DBClusterId=am-xxxxxxxxxxxxxxxx
&MaintainTime=02:00Z-03:00Z
&<Common request parameters>
Sample success responses
XML
format
<ModifyDBClusterMaintainTimeResponse>
<RequestId>70656639-1416-479F-AF13-D08197F9C43B</RequestId>
</ModifyDBClusterMaintainTimeResponse>
JSON
format
{
"RequestId":"70656639-1416-479F-AF13-D08197F9C43B"
}