Queries the number of requests that are blocked by a security feature of DCDN.
Operation description
The call frequency for a single user is limited to 50 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserSecDrop |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Data |
string |
Yes |
The date or month of the query.
|
20201203 |
| SecFunc |
string |
Yes |
The security feature. Valid values:
|
waf |
| Metric |
string |
Yes |
The time granularity of the query. Valid values:
|
1day |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Msg |
string |
Indicates whether the information was found.
|
Found |
| RequestId |
string |
The request ID. |
4A1295C0-7A5C-4F27-8D70-C3A648E7037F |
| Drops |
integer |
The number of blocked requests. |
233023208 |
| UuidStr |
string |
A string generated from the request parameters. Use this string to identify why no data is returned. |
1day10811******6429wafDCDN |
Examples
Success response
JSON format
{
"Msg": "Found",
"RequestId": "4A1295C0-7A5C-4F27-8D70-C3A648E7037F",
"Drops": 233023208,
"UuidStr": "1day10811******6429wafDCDN"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.