ltm rule command BOTDEFENSE bot signature categoryΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



BOTDEFENSE::bot_signature_category
       Returns the name of the detected Bot Signature Category.

SYNOPSIS
       BOTDEFENSE::bot_signature_category

DESCRIPTION
       Returns the name of the detected Bot Signature Category, or an empty
       string if no bot signature was detected.

       Syntax

       BOTDEFENSE::bot_signature_category

RETURN VALUE
       Returns the name of the detected Bot Signature Category, or an empty
       string if no bot signature was detected.

VALID DURING
       BOTDEFENSE_REQUEST, BOTDEFENSE_ACTION

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
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.1 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)