BOTDEFENSE::bot_anomalies

Description

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

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::bot_anomalies

Examples

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