ltm rule command ANTIFRAUD alert view idΒΆ

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



ANTIFRAUD::alert_view_id
       Returns the configured URL and view which triggered this alert. empty
       if not a view.

SYNOPSIS
       ANTIFRAUD::alert_view_id

DESCRIPTION
       returns the configured URL and view which triggered this alert. empty
       if not a view.

RETURN VALUE
       returns the configured URL and view which triggered this alert. empty
       if not a view.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "Alert View ID: [ANTIFRAUD::alert_view_id]."
	}

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



BIG-IP				  2018-07-19			      iRule(1)