All Products
Search
Document Center

ApsaraDB for MongoDB:DeleteGlobalSecurityIPGroup

Last Updated:Sep 03, 2024

Deletes a global IP whitelist template.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dds:DeleteGlobalSecurityIPGroupdelete
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
GlobalIgNamestringNo

The name of the IP whitelist template. The name must meet the following requirements:

  • It can contain lowercase letters, digits, and underscores (_).
  • It must start with a letter and end with a letter or digit.
  • It must be 2 to 120 characters in length.
corp
GlobalSecurityGroupIdstringYes

The ID of the IP whitelist template.

g-qxieqf40xjst1ngpr3jz

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The unique ID of the request. If the request fails, provide this ID for technical support to troubleshoot the failure.

2F42BB4E-461F-5B55-A37C-53B1141C****

Examples

Sample success responses

JSONformat

{
  "RequestId": "2F42BB4E-461F-5B55-A37C-53B1141C****"
}

Error codes

HTTP status codeError codeError message
400RequiredParam.NotFoundRequired input param is not found.

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

Change history

Change timeSummary of changesOperation
No change history