All Products
Search
Document Center

Anti-DDoS:DescribeDomainTopAttackList

Last Updated:Aug 06, 2024

Queries the peak queries per second (QPS) information about a website, such as the attack QPS and total QPS, within a specific period of time.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceGroupIdstringNo

The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.

default
StartTimelongYes

The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
1582992000
EndTimelongYes

The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
1583683200

All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.

For more information about sample requests, see the "Examples" section of this topic.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
AttackListarray<object>

The peak QPS of the website.

object
Attacklong

The attack QPS. Unit: QPS

0
Domainstring

The domain name of the website.

www.aliyun.com
Countlong

The number of all QPS, which includes normal and attack QPS. Unit: QPS.

294

Examples

Sample success responses

JSONformat

{
  "RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E",
  "AttackList": [
    {
      "Attack": 0,
      "Domain": "www.aliyun.com",
      "Count": 294
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.