All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnUserSecDropByMinute

Last Updated:Apr 11, 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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnUserSecDropByMinuteRead
  • All Resources
    *
    none
none

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
Rowsobject []

An array.

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.