Cancels a scheduled restart for a specific community-compatible ApsaraDB for ClickHouse cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:CancelRestartInstance |
update |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. You can call the DescribeRegions operation to query region IDs. |
cn-hangzhou |
| DBClusterId |
string |
Yes |
The cluster ID. You can call the DescribeDBClusters operation to query information about all clusters in a specific region. The information includes the cluster IDs. |
cc-bp1t9lbb7a4z7**** |
| PageSize |
integer |
No |
The number of entries to return on each 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. |
2023-03-22T00:00:50Z |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
F5178C10-1407-4987-9133-DE4DC9119F34 |
Examples
Success response
JSON format
{
"RequestId": "F5178C10-1407-4987-9133-DE4DC9119F34"
}
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.