/AWS1/CL_WA2GETTOPPATHSTATSB01¶
GetTopPathStatisticsByTrafficResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_pathstatistics TYPE /AWS1/CL_WA2PATHSTATISTICS=>TT_PATHSTATISTICSLIST TT_PATHSTATISTICSLIST¶
The list of path statistics, ordered by request count. Each entry includes the path, request count, percentage of total traffic, and the top bots accessing that path.
iv_totalrequestcount TYPE /AWS1/WA2REQUESTCOUNT /AWS1/WA2REQUESTCOUNT¶
The total number of requests that match the query criteria within the specified time window.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/WA2NEXTMARKER /AWS1/WA2NEXTMARKER¶
When you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
it_topcategories TYPE /AWS1/CL_WA2PATHSTATISTICS=>TT_PATHSTATISTICSLIST TT_PATHSTATISTICSLIST¶
Category-level aggregations for visualizing bot category to path relationships. This field is only populated when no bot filters are applied to the request. Each entry includes the bot category and the paths accessed by bots in that category.
Queryable Attributes¶
PathStatistics¶
The list of path statistics, ordered by request count. Each entry includes the path, request count, percentage of total traffic, and the top bots accessing that path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATHSTATISTICS() |
Getter for PATHSTATISTICS, with configurable default |
ASK_PATHSTATISTICS() |
Getter for PATHSTATISTICS w/ exceptions if field has no valu |
HAS_PATHSTATISTICS() |
Determine if PATHSTATISTICS has a value |
TotalRequestCount¶
The total number of requests that match the query criteria within the specified time window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALREQUESTCOUNT() |
Getter for TOTALREQUESTCOUNT |
NextMarker¶
When you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
TopCategories¶
Category-level aggregations for visualizing bot category to path relationships. This field is only populated when no bot filters are applied to the request. Each entry includes the bot category and the paths accessed by bots in that category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPCATEGORIES() |
Getter for TOPCATEGORIES, with configurable default |
ASK_TOPCATEGORIES() |
Getter for TOPCATEGORIES w/ exceptions if field has no value |
HAS_TOPCATEGORIES() |
Determine if TOPCATEGORIES has a value |