ltm rule command ANTIFRAUD alert fingerprintΒΆ

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

ANTIFRAUD::alert_fingerprint
       Returns or sets fingerprint data collected on client side.

SYNOPSIS
       ANTIFRAUD::alert_fingerprint (VALUE)?

DESCRIPTION
       ANTIFRAUD::alert_fingerprint ;
	   Returns fingerprint data collected on client side.

       ANTIFRAUD::alert_fingerprint VALUE ;
	   Sets fingerprint data collected on client side.

RETURN VALUE
       ANTIFRAUD::alert_fingerprint ;
	   Returns fingerprint data collected on client side.

       ANTIFRAUD::alert_fingerprint VALUE ;
	   No return value (sets fingerprint data collected on client side).

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "original Alert fingerprint: [ANTIFRAUD::alert_fingerprint]."
	    ANTIFRAUD::alert_fingerprint new_value
	    log local0. "new Alert fingerprint: [ANTIFRAUD::alert_fingerprint]."
	}

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

BIG-IP						      2020-06-23					     iRule(1)