Queries global IP whitelist templates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:DescribeGlobalSecurityIPGroup |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmyiu4ekp**** |
| RegionId |
string |
Yes |
The ID of the region. |
cn-hangzhou |
| GlobalSecurityGroupId |
string |
No |
The ID of the global IP whitelist template. |
g-zsldxfiwjmti0kcm**** |
| Engine |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
2FF6158E-3394-4A90-B634-79C49184**** |
| GlobalSecurityIPGroup |
array<object> |
An array of global IP whitelist templates. |
|
|
object |
|||
| GlobalSecurityGroupId |
string |
The ID of the global IP whitelist template. |
g-zsldxfiwjmti0kcm**** |
| GlobalIgName |
string |
The name of the global IP whitelist template. |
test_123 |
| GIpList |
string |
The IP addresses in the global IP whitelist template. Note
Separate multiple IP addresses with a comma. |
192.168.0.1,10.10.10.10 |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
| DBInstances |
array |
An array of instance IDs that are associated with the global IP whitelist template. |
|
|
string |
The ID of the instance. |
r-t4n885e834f6**** |
Examples
Success response
JSON format
{
"RequestId": "2FF6158E-3394-4A90-B634-79C49184****",
"GlobalSecurityIPGroup": [
{
"GlobalSecurityGroupId": "g-zsldxfiwjmti0kcm****",
"GlobalIgName": "test_123",
"GIpList": "192.168.0.1,10.10.10.10",
"RegionId": "cn-hangzhou",
"DBInstances": [
"r-t4n885e834f6****"
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | RequiredParam.NotFound | Required input param is not found. | Missing input parameter |
| 400 | InvalidAction | Specified action is not valid. | |
| 404 | InvalidUser.NotFound | Specified user does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.