Queries the number of packets blocked by a specified security feature.
Operation description
Note
You can call this operation up to 50 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Data | string | Yes | The date or month that you want to query.
| 20201203 |
SecFunc | string | Yes | The security feature. Valid values:
| waf |
Metric | string | Yes | The time interval at which data is collected.
Enumeration Value:
| 1day |
Response parameters
Examples
Sample success responses
JSON
format
{
"Msg": "Found",
"RequestId": "4A1295C0-7A5C-4F27-8D70-C3A648E7037F",
"Drops": 233023208,
"UuidStr": "1day10811******6429wafDCDN"
}
Error codes
For a list of error codes, visit the Service error codes.