All Products
Search
Document Center

Cloud Firewall:DescribeAclWhitelist

Last Updated:Dec 15, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 (default): Chinese

  • en: English

zh

Response elements

Element

Type

Description

Example

object

DomainGroupUseDns

boolean

Indicates whether the whitelist is enabled. Valid values:

  • true: enabled

  • false: disabled

true

SupportMessageType

boolean

Indicates whether the message type is supported. Valid values:

  • true: supported

  • false: not supported

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:

  • true: supported

  • false: not supported

false

VpcDomainGroupUseDns

boolean

Indicates whether DNS is supported for domain names in VPC scenarios. Valid values:

  • true: supported

  • false: not supported

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.