PathStatistics - AWS WAFV2

PathStatistics

Statistics about bot traffic to a specific URI path, including the path, request count, percentage of total traffic, and the top bots accessing that path.

Contents

Path

The URI path. For example, /api/ or /api/v1/users.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Required: Yes

Percentage

The percentage of total requests that were made to this path.

Type: Double

Valid Range: Minimum value of 0.0. Maximum value of 100.0.

Required: Yes

RequestCount

The number of requests to this path within the specified time window.

Type: Long

Valid Range: Minimum value of 0.

Required: Yes

Source

Information about the bot filter that was applied to generate these statistics. This field is only populated when you filter by bot category, organization, or name.

Type: FilterSource object

Required: No

TopBots

The list of top bots accessing this path, ordered by request count. The number of bots included is determined by the NumberOfTopTrafficBotsPerPath parameter in the request.

Type: Array of BotStatistics objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: