Retrieves the ACL whitelist.
Operation description
QPS limit
The single-user QPS limit for this operation is 10 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeAclWhitelist |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
101.36.65.XX |
| Lang |
string |
No |
The language of the messages to receive. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DomainGroupUseDns |
boolean |
Indicates whether the whitelist is enabled. Valid values:
|
true |
| SupportMessageType |
boolean |
Indicates whether the message type is supported. Valid values:
|
true |
| RequestId |
string |
The request ID. |
7D45133B-DBC0-506B-9DF9-AB0735D3**** |
| NatDomainGroupUseDns |
boolean |
Indicates whether domain name DNS is supported in NAT scenarios. Valid values:
|
false |
| VpcDomainGroupUseDns |
boolean |
Indicates whether domain name DNS is supported in VPC scenarios. Valid values:
|
false |
Examples
Success response
JSON format
{
"DomainGroupUseDns": true,
"SupportMessageType": true,
"RequestId": "7D45133B-DBC0-506B-9DF9-AB0735D3****",
"NatDomainGroupUseDns": false,
"VpcDomainGroupUseDns": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.