All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnUserSecDropByMinute

Last Updated:Sep 11, 2025

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

Note

The maximum call frequency for a single user is 50 calls per second.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

dcdn:DescribeDcdnUserSecDropByMinute

get

*Domain

acs:dcdn:*:{#accountId}:domain/{#DomainName}

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.