All Products
Search
Document Center

Cloud Firewall:DescribeAclCheckQuota

Last Updated:Jan 07, 2026

Queries the quota for access control list (ACL) checks.

Operation description

QPS limits

Each user can make up to 10 queries per second (QPS). If you exceed this limit, API calls are throttled, which may affect your business. Call this operation 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

Lang

string

No

The language of the response.

zh

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

7D5483BF-2262-586D-8706-BDDB8B42****

Quota

object

The quota.

AvailableQuota

integer

The available quota.

500

ConsumedQuota

integer

The consumed quota.

1500

TotalQuota

integer

The total quota.

2000

UpdateTime

string

The time when the quota was last updated. This value is a UNIX timestamp. Unit: seconds.

1724982259

Examples

Success response

JSON format

{
  "RequestId": "7D5483BF-2262-586D-8706-BDDB8B42****",
  "Quota": {
    "AvailableQuota": 500,
    "ConsumedQuota": 1500,
    "TotalQuota": 2000,
    "UpdateTime": "1724982259"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.