BOTDEFENSE::micro_service

Description

Returns the micro-service that matched the current request.

Warning

Deprecated in BIG-IP Next v20.0.1


Syntax

BOTDEFENSE::micro_service < name | type >

BOTDEFENSE::micro_service name

  • Returns the name of the detected micro-service or empty string if no micro-service matched.

BOTDEFENSE::micro_service type

  • Returns the type of the detected micro-service or “N/A” if no micro-service matched.

Examples

when BOTDEFENSE_ACTION {
    set ms [BOTDEFENSE::micro_service name]
    if { $ms neq ""} {
        log.local0. "Request to micro_service $ms of type [BOTDEFENSE::micro_service type]
    }
}