Queries a whitelist.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:DescribeSecurityIPList |
get |
*EnterpriseDBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DBInstanceId |
string |
Yes |
The cluster ID. |
cc-bp100p4q1g9z3**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC |
| Data |
object |
The data returned. |
|
| DBInstanceID |
integer |
The cluster ID. |
cc-bp100p4q1g9z3**** |
| DBInstanceName |
string |
The cluster name. |
集群测试 |
| GroupItems |
array<object> |
The whitelist groups. |
|
|
object |
A whitelist group. |
||
| GroupName |
string |
The name of the whitelist group. |
default |
| SecurityIPType |
string |
The IP address type. |
ipv4 |
| GroupTag |
string |
The group tag. |
test |
| SecurityIPList |
string |
The IP addresses in the whitelist group. |
127.0.XX.XX |
| WhitelistNetType |
string |
The network type of the whitelist. |
mix |
Examples
Success response
JSON format
{
"RequestId": "D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC",
"Data": {
"DBInstanceID": 0,
"DBInstanceName": "集群测试",
"GroupItems": [
{
"GroupName": "default",
"SecurityIPType": "ipv4",
"GroupTag": "test",
"SecurityIPList": "127.0.XX.XX",
"WhitelistNetType": "mix"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.