This operation queries the top N client fingerprints for a website.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeDomainTopFingerprint |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
The region where the service is deployed. Valid values:
|
cn |
| Domain |
string |
No |
The domain name of the website. Note
A website 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 at the start of a minute. |
1719211800 |
| EndTime |
integer |
Yes |
The end of the time range to query. This is a UNIX timestamp. Unit: seconds. Note
The time must be at the start of a minute. |
1723552200 |
| Limit |
integer |
Yes |
The number of entries to return. |
10 |
| Interval |
integer |
Yes |
The interval at which to return data. Unit: seconds. |
60 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. You can use the request ID to troubleshoot issues. |
C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E |
| DomainTopFp |
array<object> |
A list of client fingerprints for the website. |
|
|
object |
The client fingerprint of the website. |
||
| Fingerprinting |
string |
The client fingerprint. |
8a374c9724582b14a4cfa58c8c9fb2bc |
| Pv |
integer |
The number of times the request is matched. |
22121 |
| Domain |
string |
The domain name of the website. |
example.aliyundoc.com |
Examples
Success response
JSON format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E",
"DomainTopFp": [
{
"Fingerprinting": "8a374c9724582b14a4cfa58c8c9fb2bc",
"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.