Restarts a specified ApsaraDB for ClickHouse cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:RestartInstance |
update |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. Call the DescribeRegions operation to query available region IDs. |
cn-hangzhou |
| DBClusterId |
string |
Yes |
The cluster ID. Call the DescribeDBClusters operation to query information about all clusters in the destination region, including cluster IDs. |
cc-bp108z124a8o7**** |
| PageSize |
integer |
No |
The number of entries per page. Valid values:
|
30 |
| PageNumber |
integer |
No |
The page number. |
1 |
| RestartTime |
string |
No |
The scheduled restart time. The time must be in the yyyy-MM-ddTHH:mmZ format and in UTC. Note
If this parameter is empty or specifies a time earlier than the current time, the cluster is restarted immediately. |
2023-03-22T00:00:50Z |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F5178C10-1407-4987-9133-DE4DC9119F75 |
Examples
Success response
JSON format
{
"RequestId": "F5178C10-1407-4987-9133-DE4DC9119F75"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. | An error occurred while processing your request. |
| 503 | ServiceUnavailable | An error occurred while processing your request. | An error occurred while processing your request. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.