ltm rule command ANTIFRAUD alert transaction dataΒΆ

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



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

SYNOPSIS
       ANTIFRAUD::alert_transaction_data

DESCRIPTION
       returns key-value list of all parameters marked to be attached.

RETURN VALUE
       returns key-value list of all parameters marked to be attached.

VALID DURING
       ANTIFRAUD_ALERT

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

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



BIG-IP				  2017-01-31			      iRule(1)