All Products
Search
Document Center

:DeleteSecurityIpGroup

Last Updated:Mar 14, 2023

You can call this operation to delete an IP address whitelist group of an OceanBase cluster.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the OceanBase cluster.

ob317v4uif****
SecurityIpGroupNamestringYes

The name of the IP address whitelist group.
It must be 2 to 32 characters in length, start with a lowercase letter, end with a lowercase letter or digit, and contain only lowercase letters, digits, and underscores (_).

paytest

Response parameters

ParameterTypeDescriptionExample
object

The return result of the request.

RequestIdstring

The request ID.

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
SecurityIpGroupobject

The information of the deleted IP whitelist group.

InstanceIdstring

The ID of the OceanBase cluster.

ob317v4uif****
SecurityIpGroupNamestring

The name of the deleted IP address whitelist group.

paytest

Examples

Sample success responses

JSONformat

{
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "SecurityIpGroup": {
    "InstanceId": "ob317v4uif****",
    "SecurityIpGroupName": "paytest"
  }
}

Error codes

HTTP status codeError codeError message
500InternalErrorThe request processing has failed due to some unknown error.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history