All Products
Search
Document Center

:DescribeGlobalSecurityIPGroupRelation

Last Updated:Feb 20, 2024

Queries information about the global IP whitelist templates associated with an instance.

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
kvstore:DescribeGlobalSecurityIPGroupRelation
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
DBClusterIdstringYes

The instance ID.

r-t4n885e834f6****
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmyiu4ekp****

Response parameters

ParameterTypeDescriptionExample
object
DBClusterIdstring

The instance ID.

r-t4n885e834f6****
RequestIdstring

The request ID.

9B7BFB11-C077-4FE3-B051-F69CEB******
GlobalSecurityIPGroupRelobject []

The information about the associated global IP whitelist template.

GlobalSecurityGroupIdstring

The ID of the IP whitelist template.

g-zsldxfiwjmti0kcm****
GIpListstring

The IP address in the IP whitelist template.

Note Multiple IP addresses are separated by commas (,).
192.168.0.1,10.10.10.10
RegionIdstring

The region ID.

cn-hangzhou
GlobalIgNamestring

The name of the IP whitelist template.

test_123

Examples

Sample success responses

JSONformat

{
  "DBClusterId": "r-t4n885e834f6****",
  "RequestId": "9B7BFB11-C077-4FE3-B051-F69CEB******",
  "GlobalSecurityIPGroupRel": [
    {
      "GlobalSecurityGroupId": "g-zsldxfiwjmti0kcm****",
      "GIpList": "192.168.0.1,10.10.10.10",
      "RegionId": "cn-hangzhou",
      "GlobalIgName": "test_123"
    }
  ]
}

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