ltm rule command BOTDEFENSE bot anomaliesΒΆ

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

BOTDEFENSE::bot_anomalies
       Returns the list of names of anomalies detected for the client that sent the current request. Some anomalies may have been
       detected in previous requests of the same client and are still valid.

SYNOPSIS
       BOTDEFENSE::bot_anomalies

DESCRIPTION
       Returns the list of names of anomalies detected for the client that sent the current request. Some anomalies may have been
       detected in previous requests of the same client and are still valid.

       Syntax

       BOTDEFENSE::bot_anomalies

RETURN VALUE
       Returns a list of names of all anomalies detected for the sending client. In case no anomalies found it returns an empty
       list.

VALID DURING
       BOTDEFENSE_ACTION

EXAMPLES
	when BOTDEFENSE_ACTION {
	    foreach {anomaly} [BOTDEFENSE::bot_anomalies] {
		log.local0. "Found anomaly: $anomaly"
	    }
	}

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

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