You can call this operation to query the IP addresses in a whitelist that are allowed to access a cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeIpWhitelist

The operation that you want to perform. Set the value to DescribeIpWhitelist.

ClusterId String Yes cds-bp1b136j****5d59

The ID of the cluster.

Response parameters

Parameter Type Example Description
IpList List 192.***.0.23,30.15.***.133

The IP addresses in the whitelist. Multiple IP addresses are separated with commas (,).

RequestId String 070CAB1F-0F38-4EA8-8FD9-CA129F22409D

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=DescribeIpWhitelist
&ClusterId= cds-bp1b136j****5d59
&<Common request parameters>

Sample success responses

XML format

<DescribeIpWhitelistResponse>
  <RequestId>070CAB1F-0F38-4EA8-8FD9-CA129F22409D</RequestId>
  <IpList>
        <IP>192.***.0.23</IP>
        <IP>30.15.***.133</IP>
  </IpList>
</DescribeIpWhitelistResponse>

JSON format

{
  "RequestId": "070CAB1F-0F38-4EA8-8FD9-CA129F22409D",
  "IpList": {
    "IP": [
      "192.***.0.23",
      "30.15.***.133"
    ]
  }
}

Error codes

For a list of error codes, visit the API Error Center.