Modifies the IP address whitelist for a specified ApsaraDB for ClickHouse cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:ModifyDBClusterAccessWhiteList |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. |
cc-bp1qx68m06981**** |
| SecurityIps |
string |
Yes |
The IP address whitelist. The following formats are supported:
Note
|
192.168.xx.xx |
| DBClusterIPArrayName |
string |
No |
The name of the whitelist group to modify. Note
If you do not specify this parameter, the whitelist of the default group is modified. |
default |
| DBClusterIPArrayAttribute |
string |
No |
The attribute of the whitelist group. The default value is empty. |
NULL |
| ModifyMode |
string |
No |
The modification method. Valid values:
Note
If you do not specify this parameter, the Cover method is used by default. |
Cover |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC |
Examples
Success response
JSON format
{
"RequestId": "D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The DBClusterId provided does not exist in our records. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.