Queries the number of packets that are blocked by security features at the application layer within a specific time range.
Operation description
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SecFunc | string | Yes | The name of the security feature. | robot |
RuleName | string | No | The rule that was triggered. | robot_ai |
Object | string | No | The object that triggered rate limiting. | robot_fingerprint_ai |
DomainName | string | No | The domain name. | example.com |
StartTime | string | No | The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Example: 2006-01-02T15:04:04Z. | 2006-01-02T15:04:04Z |
EndTime | string | No | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Example: 2006-01-02T15:05:04Z. Note
The end time must be later than the start time.
| 2006-01-02T15:05:04Z |
PageSize | long | No | The number of entries to return on each page. Maximum value: 100. | 2 |
PageNumber | long | No | The number of the page to return. Pages start from page 1. | 10 |
Lang | string | Yes | The language. Valid values: en and zh. Default value: en | zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8143fA8A-B2B2-4915-538D-546B538D25FA",
"Description": "OK",
"Len": 2,
"PageNumber": 10,
"PageSize": 2,
"TotalCount": 5738,
"Rows": [
{
"Domain": "example.aliyundoc.com",
"TmStr": "2021-01-31T15:04:04Z",
"Drops": 264,
"Object": "Normal Mode\n",
"SecFunc": "robot",
"RuleName": "Normal Mode\n"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.