Values.PathStatisticsSourceStatistics about bot traffic to a specific URI path, including the path, request count, percentage of total traffic, and the top bots accessing that path.
type nonrec t = {source : FilterSource.t option;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.
*)path : PathString.t option;The URI path. For example, /api/ or /api/v1/users.
*)requestCount : RequestCount.t option;The number of requests to this path within the specified time window.
*)percentage : PercentageValue.t option;The percentage of total requests that were made to this path.
*)topBots : BotStatisticsList.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of PercentageValue.t
| `List of
[> `Structure of
(string
* [> `Double of PercentageValue.t
| `Long of RequestCount.t
| `String of FilterString.t ])
list ]
list
| `Long of RequestCount.t
| `String of PathString.t
| `Structure of (string * [> `String of FilterString.t ]) list ])
list ]