All Products
Search
Document Center

Cloud Firewall:DescribeFirewallDropStatistics

Last Updated:Oct 27, 2025

Retrieves statistics on packets dropped by the firewall.

Operation description

QPS limit

The queries per second (QPS) limit for this API is 10 per user. If you exceed this limit, your API calls are throttled. This may affect your business operations. We recommend that you make API calls 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

No parameters required.

Response elements

Element

Type

Description

Example

object

IpsDropCnt

integer

The number of packets blocked by the intrusion prevention system (IPS).

20

TotalDropCnt

integer

The total number of blocked packets.

50

RequestId

string

The request ID.

BEA1D173-D5DB-582E-9637-438D5CE3****

VulnDropCnt

integer

The number of packets blocked by the vulnerability prevention feature.

10

AclDropCnt

integer

The number of packets blocked by access control list (ACL) policies.

20

Examples

Success response

JSON format

{
  "IpsDropCnt": 20,
  "TotalDropCnt": 50,
  "RequestId": "BEA1D173-D5DB-582E-9637-438D5CE3****",
  "VulnDropCnt": 10,
  "AclDropCnt": 20
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorMarshalJSON internal error. Internal error.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.