ltm rule command BOTDEFENSE support idΒΆ

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

BOTDEFENSE::support_id
       Returns the support ID of the request.

SYNOPSIS
       BOTDEFENSE::support_id

DESCRIPTION
       Returns a number, representing the support ID of the request.

       Syntax

       BOTDEFENSE::support_id

RETURN VALUE
       Returns the support ID of the reuqest.

VALID DURING
       BOTDEFENSE_REQUEST, BOTDEFENSE_ACTION

EXAMPLES
	# EXAMPLE: Log the support ID of the request.
	when BOTDEFENSE_REQUEST {
	    set log "support id is"
	    append log " [BOTDEFENSE::support_id]"
	    HSL::send $hsl $log
	}

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

BIG-IP						      2020-06-23					     iRule(1)