Queries the Access Control List (ACL) whitelist.
Operation description
QPS limit
The queries per second (QPS) limit for this API is 10 for each user. If you exceed this limit, API calls are throttled, which may affect your business. We recommend that you call the API at a reasonable rate.
Try it now
Test
RAM authorization
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 response message. 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 ID of the request. |
7D45133B-DBC0-506B-9DF9-AB0735D3**** |
| NatDomainGroupUseDns |
boolean |
Indicates whether DNS is supported for domain names in NAT scenarios. Valid values:
|
false |
| VpcDomainGroupUseDns |
boolean |
Indicates whether DNS is supported for domain names 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.