BOTDEFENSE::support_id

Description

This iRules command returns the support ID of the request.

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::support_id

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
}