Queries the IP address whitelist of an ApsaraDB for ClickHouse cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBClusterId | string | Yes | The cluster ID. | cc-bp108z124a8o7**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"DBClusterAccessWhiteList": {
"IPArray": [
{
"DBClusterIPArrayAttribute": "default",
"SecurityIPList": "192.168.xx.xx,192.168.xx.xx",
"DBClusterIPArrayName": "default"
}
]
},
"RequestId": "905F13A4-5097-4897-A84D-527EC75FFF4F"
}
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. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history