You can call this operation to create an IP address whitelist 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 | Yes | The return result of the request. | {"192.168.1.1","192.168.0.0.1/8"} |
SecurityIpGroupName | string | Yes | The name of the whitelist group. | pay_online |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"SecurityIpGroup": {
"InstanceId": "ob317v4uif****",
"SecurityIpGroupName": "pay_online",
"SecurityIps": "192.168.1.1,192.168.0.0.1/8"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history