All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnUserSecDropByMinute

Last Updated:Oct 17, 2024

Queries the number of packets that are blocked by security features at the application layer within a specific time range.

Operation description

Note You can call this operation up to 50 times per second per account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SecFuncstringYes

The name of the security feature.

robot
RuleNamestringNo

The rule that was triggered.

robot_ai
ObjectstringNo

The object that triggered rate limiting.

robot_fingerprint_ai
DomainNamestringNo

The domain name.

example.com
StartTimestringNo

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
EndTimestringNo

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
PageSizelongNo

The number of entries to return on each page. Maximum value: 100.

2
PageNumberlongNo

The number of the page to return. Pages start from page 1.

10
LangstringYes

The language. Valid values: en and zh. Default value: en

zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

8143fA8A-B2B2-4915-538D-546B538D25FA
Descriptionstring

The description of HTTP responses.

OK
Leninteger

The total number of entries returned.

2
PageNumberinteger

The number of the returned page.

10
PageSizeinteger

The number of entries returned per page.

2
TotalCountinteger

The total number of entries returned.

5738
Rowsarray<object>

An array.

Rowsobject
Domainstring

The domain name.

example.aliyundoc.com
TmStrstring

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.

2021-01-31T15:04:04Z
Dropsinteger

The number of packets blocked within 5 minutes.

264
Objectstring

The object that triggered rate limiting.

Normal Mode
SecFuncstring

The security feature that blocked the packets.

robot
RuleNamestring

The rule that was triggered.

Normal Mode

Examples

Sample success responses

JSONformat

{
  "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.