Queries the top 10 most requested URLs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeFlowTopUrl |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTimestamp |
string |
Yes |
The beginning of the time range to query. This value is a UNIX timestamp. Unit: seconds. |
1665331200 |
| EndTimestamp |
string |
No |
The end of the time range to query. This value is a UNIX timestamp. Unit: seconds. If you do not specify this parameter, the current time is used as the end time. |
1665386340 |
| Resource |
string |
No |
The protected object. |
www.aliyundoc.com |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of the WAF instance. |
waf_cdnsdf3**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
520D4E4C-B8EC-5602-ACB6-4D378ACBA28D |
| RuleHitsTopUrl |
array<object> |
The top 10 URLs that are most frequently accessed. |
|
|
object |
The statistics of requests for a URL. |
||
| Count |
integer |
The total number of requests for the URL. |
181174784 |
| Url |
string |
The URL of the request. |
www.aliyundoc.com/path1 |
Examples
Success response
JSON format
{
"RequestId": "520D4E4C-B8EC-5602-ACB6-4D378ACBA28D",
"RuleHitsTopUrl": [
{
"Count": 181174784,
"Url": "www.aliyundoc.com/path1"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.