BOTDEFENSE::bot_signature_category

Description

This iRules command returns the name of the detected Bot Signature Category, or an empty string if no bot signature was detected.

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::bot_signature_category

Examples

# EXAMPLE: Log the bot signature category.
when BOTDEFENSE_REQUEST {
    set log "botdefense bot_signature_category is"
    append log " [BOTDEFENSE::bot_signature_category]"
    HSL::send $hsl $log
}