Queries the information about top N referers of a website.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeDomainTopReferer |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
The region in which your service is deployed. Valid values:
|
cn |
| Domain |
string |
No |
The domain name of the website. Note
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names. |
example.aliyundoc.com |
| StartTime |
integer |
Yes |
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. |
1701991920 |
| EndTime |
integer |
Yes |
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. |
1721561100 |
| Limit |
integer |
Yes |
The maximum number of entries to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
CF33B4C3-196E-4015-AADD-5CAD00057B80 |
| DomainTopReferer |
array<object> |
The information about top referers. |
|
|
object |
The information about the referer. |
||
| Referer |
string |
The Base64-encoded referer. |
aHR0cHM6Ly9zZXJ2aWNld2VjaGF0LmNvbS93eGY3ZDc5YWY0YzU4ZDH3NTEvNC9wYWdlLWZyYW1lLmh0bWw= |
| Pv |
integer |
The page views. |
257031 |
| Domain |
string |
The domain name of the website. |
example.aliyundoc.com |
Examples
Success response
JSON format
{
"RequestId": "CF33B4C3-196E-4015-AADD-5CAD00057B80",
"DomainTopReferer": [
{
"Referer": "aHR0cHM6Ly9zZXJ2aWNld2VjaGF0LmNvbS93eGY3ZDc5YWY0YzU4ZDH3NTEvNC9wYWdlLWZyYW1lLmh0bWw=",
"Pv": 257031,
"Domain": "example.aliyundoc.com\n"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.