Call DescribeDcdnUserSecDropByMinute to query the total number of blocked security messages at the application layer of edge nodes within a specific time period.
Operation description
The maximum call frequency for a single user is 50 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserSecDropByMinute |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SecFunc |
string |
Yes |
The name of the security feature. |
robot |
| RuleName |
string |
No |
The triggered rule. |
robot_ai |
| Object |
string |
No |
The triggered object. |
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. For 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. For example, "2006-01-02T15:05:04Z". Note
The end time must be later than the start time. |
2006-01-02T15:05:04Z |
| PageSize |
integer |
No |
The number of entries per page. Maximum value: 100. |
2 |
| PageNumber |
integer |
No |
The page number. Pages start from 1. |
10 |
| Lang |
string |
Yes |
The language. Valid values: en and zh. Default value: en. |
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
8143fA8A-B2B2-4915-538D-546B538D25FA |
| Description |
string |
The description of the HTTP response. |
OK |
| Len |
integer |
The number of entries returned on the current page. |
2 |
| PageNumber |
integer |
The page number. |
10 |
| PageSize |
integer |
The number of entries per page. |
2 |
| TotalCount |
integer |
The total number of entries. |
5738 |
| Rows |
array<object> |
The data array. |
|
|
object |
|||
| Domain |
string |
The domain name. |
example.aliyundoc.com |
| TmStr |
string |
The start time of the statistics. The time is in the yyyy-MM-ddTHH:mm:ssZ format and is displayed in UTC. |
2021-01-31T15:04:04Z |
| Drops |
integer |
The total number of blocked requests in a 5-minute interval. |
264 |
| Object |
string |
The triggered object. |
正常模式规则 |
| SecFunc |
string |
The security feature or security type. |
robot |
| RuleName |
string |
The triggered rule. |
正常模式规则 |
Examples
Success response
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": "正常模式规则",
"SecFunc": "robot",
"RuleName": "正常模式规则"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.