BOTDEFENSE::intent

Description

Returns the intent found for the bot that sent the current request. The intent is based on the micro-service anomaly found for that client and may have been detected in a previous request of the client, not necessarily the present request

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::intent

Examples

when BOTDEFENSE_ACTION {
    if {[BOTDEFENSE::intent] contains "OAT"} {
        BOTDEFENSE::action block
    }
}