ltm rule command ANTIFRAUD alert transaction dataΒΆ

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



ANTIFRAUD::alert_transaction_data
       Returns or sets key-value list of all parameters marked to be attached.

SYNOPSIS
       ANTIFRAUD::alert_transaction_data (VALUE)?

DESCRIPTION
       ANTIFRAUD::alert_transaction_data ;
	   Returns key-value list of all parameters marked to be attached.

       ANTIFRAUD::alert_transaction_data VALUE ;
	   Sets key-value list of all parameters marked to be attached.

RETURN VALUE
       ANTIFRAUD::alert_transaction_data ;
	   Returns key-value list of all parameters marked to be attached.

       ANTIFRAUD::alert_transaction_data VALUE ;
	   No return value (sets key-value list of all parameters marked to be
       attached).

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "original Alert transaction data: [ANTIFRAUD::alert_transaction_data]."
	    ANTIFRAUD::alert_transaction_data new_value
	    log local0. "new Alert transaction data: [ANTIFRAUD::alert_transaction_data]."
	}

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



BIG-IP				  2019-05-10			      iRule(1)