BOTDEFENSE::previous_support_id

Description

This iRules command 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.

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::previous_support_id

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
}