All Products
Search
Document Center

ApsaraDB for ClickHouse:DescribeDBClusterAccessWhiteList

Last Updated:Jul 17, 2024

Queries the IP address whitelist of an ApsaraDB for ClickHouse cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The cluster ID.

cc-bp108z124a8o7****

Response parameters

ParameterTypeDescriptionExample
object
DBClusterAccessWhiteListarray<object>

The details about the IP address whitelist.

object
DBClusterIPArrayAttributestring

The attribute of the IP address whitelist.

default
SecurityIPListstring

The IP addresses in the IP address whitelist.

192.168.xx.xx,192.168.xx.xx
DBClusterIPArrayNamestring

The name of the IP address whitelist.

default
RequestIdstring

The request ID.

905F13A4-5097-4897-A84D-527EC75FFF4F

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
404InvalidDBCluster.NotFoundThe 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 timeSummary of changesOperation
No change history