All Products
Search
Document Center

Anti-DDoS:DescribeDomainTopHttpMethod

Last Updated:Mar 20, 2026

Queries the top N HTTP methods for a website.

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

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Region

string

Yes

The service region. Valid values:

  • cn: the Chinese mainland.

  • cn-hongkong: outside the Chinese mainland.

cn

Domain

string

No

The domain name of the website.

Note

A forwarding rule must be configured for the domain name. You can call DescribeDomains to query all domain names.

example.aliyundoc.com

StartTime

integer

Yes

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

Note

The time must be specified to the minute.

1712449710

EndTime

integer

Yes

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

Note

The time must be specified to the minute.

1722339300

Limit

integer

Yes

The number of entries to return.

20

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request. Alibaba Cloud generates a unique ID for each request. You can use this ID to troubleshoot and locate issues.

CF33B4C3-196E-4015-AADD-5CAD00057B80

DomainTopMethod

array<object>

A list of the top HTTP methods for the domain name.

object

The HTTP method of the request to the domain name.

HttpMethod

string

The HTTP request method.

GET

Pv

integer

The number of matched requests.

22121

Domain

string

The domain name of the website.

example.aliyundoc.com

Examples

Success response

JSON format

{
  "RequestId": "CF33B4C3-196E-4015-AADD-5CAD00057B80",
  "DomainTopMethod": [
    {
      "HttpMethod": "GET",
      "Pv": 22121,
      "Domain": "example.aliyundoc.com\n"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.