ltm rule command ANTIFRAUD alert resolved valueΒΆ

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



ANTIFRAUD::alert_resolved_value
       Returns resolved (actual) value.

SYNOPSIS
       ANTIFRAUD::alert_resolved_value

DESCRIPTION
       returns resolved (actual) value.

RETURN VALUE
       returns resolved (actual) value.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "Alert resolved value: [ANTIFRAUD::alert_resolved_value]."
	}

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



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