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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: PathStatistics.Builder.() -> Unit = {}): PathStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String