BOTDEFENSE::bot_categories

Description

This iRules command returns the list of category names to which the current client belongs. These categories are determined by the anomalies found for the respective client. Note these categories are additional to the bot signature category which is applicable if a bot signature was found.

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::bot_categories

Examples

when BOTDEFENSE_ACTION {
    foreach {cat} [BOTDEFENSE::bot_categories] {
        log.local0. "Found category: $cat"
    }
}