You can call this operation to modify the IP address list in a group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
| SecurityIps | string | No | The list of IP addresses and CIDR blocks in the whitelist. | ["192.168.0.0/20","192.169.1.1"] |
| SecurityIpGroupName | string | No | The information of the IP address whitelist group. | paytest |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"SecurityIpGroup": {
"InstanceId": "ob317v4uif****",
"SecurityIpGroupName": "online_paycore",
"SecurityIps": "121.41.106.33,100.104.7.0/26"
}
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
