You can call this operation to modify 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 ModifyIpWhitelist

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

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

The ID of the cluster.

IpList String Yes 192.***.0.23,30.15. ***.133

The list of IP addresses.

Response parameters

Parameter Type Example Description
RequestId String 11B95AE4-BB1A-4B62-9655-C43395C0B234

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=ModifyIpWhitelist
&ClusterId=cds-bp1b136j****5d51
&IpList=192.***.0.23,30.15.***.133
&<Common request parameters>

Sample success responses

XML format

<ModifyIpWhitelistResponse>
  <RequestId>11B95AE4-BB1A-4B62-9655-C43395C0B234</RequestId>
</ModifyIpWhitelistResponse>

JSON format

{
  "RequestId": "11B95AE4-BB1A-4B62-9655-C43395C0B234"
}

Error codes

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