View source: R/wafv2_operations.R
| wafv2_get_top_path_statistics_by_traffic | R Documentation |
Retrieves aggregated statistics about the top URI paths accessed by bot traffic for a specified web ACL and time window. You can use this operation to analyze which paths on your web application receive the most bot traffic and identify the specific bots accessing those paths. The operation supports filtering by bot category, organization, or name, and allows you to drill down into specific path prefixes to view detailed URI-level statistics.
See https://www.paws-r-sdk.com/docs/wafv2_get_top_path_statistics_by_traffic/ for full documentation.
wafv2_get_top_path_statistics_by_traffic(
WebAclArn,
Scope,
UriPathPrefix = NULL,
TimeWindow,
BotCategory = NULL,
BotOrganization = NULL,
BotName = NULL,
Limit,
NumberOfTopTrafficBotsPerPath,
NextMarker = NULL
)
WebAclArn |
[required] The Amazon Resource Name (ARN) of the web ACL for which you want to retrieve path statistics. |
Scope |
[required] Specifies whether the web ACL is for an Amazon Web Services CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer, an AppSync GraphQL API, an Amazon Cognito user pool, an Amazon Web Services App Runner service, or an Amazon Web Services Verified Access instance. |
UriPathPrefix |
A URI path prefix to filter the results. When you specify this parameter, the operation returns statistics for individual URIs within the specified path prefix. For example, if you specify |
TimeWindow |
[required] The time window for which you want to retrieve path statistics. The time window must be within the data retention period for your web ACL. |
BotCategory |
Filters the results to include only traffic from bots in the specified category. For example, you can filter by |
BotOrganization |
Filters the results to include only traffic from bots belonging to the specified organization. For example, you can filter by |
BotName |
Filters the results to include only traffic from the specified bot. For example, you can filter by |
Limit |
[required] The maximum number of path statistics to return. Valid values are 1 to 100. |
NumberOfTopTrafficBotsPerPath |
[required] The maximum number of top bots to include in the statistics for each path. Valid values are 1 to 10. |
NextMarker |
When you request a list of objects with a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.