ltm rule command TAP insightΒΆ

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

TAP::insight
       Accumulates or sends key:value pairs to TAP, returns token.

SYNOPSIS
       TAP::insight set (TAP_INSIGHT_KEY TAP_INSIGHT_VALUE)*

       TAP::insight send TAP_INSIGHT_EVENT_TYPE TAP_INSIGHT_REASON

DESCRIPTION
       With arguments accumulates them as key:value pairs, without arguments sends accumulated to TAP.	Returns token supplied by
       TAP service.

       Syntax

       TAP::insight 

RETURN VALUE
       Returns one of the following actions: allow, block, captcha, conviction, deception, timeout.

VALID DURING
       ALL

EXAMPLES
	when TAP_REQUEST {
	    if { ([TAP::insight] eq "block") } {
		drop
	    }
	}

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

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