ltm rule command ANTIFRAUD alert view idΒΆ

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

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

SYNOPSIS
       ANTIFRAUD::alert_view_id (VALUE)?

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

       ANTIFRAUD::alert_view_id VALUE ;
	   Sets the configured URL and view which triggered this alert. Empty if not a view.

RETURN VALUE
       ANTIFRAUD::alert_view_id ;
	   Returns the configured URL and view which triggered this alert. Empty if not a view.

       ANTIFRAUD::alert_view_id VALUE ;
	   No return value (sets the configured URL and view which triggered this alert, empty if not a view).

VALID DURING
       ANTIFRAUD_ALERT

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

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

BIG-IP							    2022-04-12							  iRule(1)