ltm rule command BOTDEFENSE previous support idΒΆ

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

BOTDEFENSE::previous_support_id
       Returns the Device ID of the client, as retrieved from the request.

SYNOPSIS
       BOTDEFENSE::previous_support_id

DESCRIPTION
       Returns the Support ID of the previous request; this is applicable if the current request is a follow-up to a challenge.
       Otherwise, "0" is returned.

       Syntax

       BOTDEFENSE::previous_support_id

RETURN VALUE
       Returns the support ID of the previous request, or 0 if not applicable.

VALID DURING
       BOTDEFENSE_REQUEST, BOTDEFENSE_ACTION

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

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

BIG-IP							    2022-04-12							  iRule(1)