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
Test
RAM authorization
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.