Modifies the maintenance window of a specified instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyInstanceMaintainTime |
The operation that you want to perform. Set the value to ModifyInstanceMaintainTime. |
ClusterId | String | Yes | ld-bp1b6jco89**** |
The ID of the instance for which you want to modify the maintenance window. |
MaintainEndTime | String | Yes | 06:00Z |
The end time of the maintenance window for the instance. Specify the time in the HH:mmZ format. |
MaintainStartTime | String | Yes | 02:00Z |
The start time of the maintenance window for the instance. Specify the time in the HH:mmZ format. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C9085433-A56A-4089-B49A-DF5A4E2B**** |
The ID of the request. |
Examples
Sample requests
http(s)://hbase.aliyuncs.com/?Action=ModifyInstanceMaintainTime
&ClusterId=ld-bp1b6jco89****
&MaintainEndTime=06:00Z
&MaintainStartTime=02:00Z
&<Common request parameters>
Sample success responses
XML
format
<RequestId>C9085433-A56A-4089-B49A-DF5A4E2B****</RequestId>
JSON
format
{"RequestId": "C9085433-A56A-4089-B49A-DF5A4E2B****"}
Error codes
For a list of error codes, visit the API Error Center.