ltm rule command ANTIFRAUD alert additional infoΒΆ

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



ANTIFRAUD::alert_additional_info
       Returns a list of keys and values that describes integrity parameters
       check failure or parameter values too long error.

SYNOPSIS
       ANTIFRAUD::alert_additional_info

DESCRIPTION
       returns a list of keys and values that describes integrity parameters
       check failure or parameter values too long error.

RETURN VALUE
       returns a list of keys and values that describes integrity parameters
       check failure or parameter values too long error.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
			log local0. "Alert additional info: [ANTIFRAUD::alert_additional_info]."
	}

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



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