BOTDEFENSE::bot_name

Description

This iRules command returns the name assigned to the detected bot, browser or mobile application

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::bot_name

Examples

# EXAMPLE: Log the Bot name and Device ID of the client, upon each request, if it is known.
when BOTDEFENSE_ACTION {
    log local0.info "Bot [BOTDEFENSE::bot_name] with Device ID [ BOTDEFENSE::device_id] from IP [ IP::client_addr ] visited [HTTP::uri ]"
}