ltm rule command FLOW thisΒΆ

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



FLOW::this
       Returns the TCL handle for the current flow.

SYNOPSIS
       FLOW::this

DESCRIPTION
       Returns the TCL handle for the current flow.

RETURN VALUE
       TCL handle for the current flow. On error an exception is thrown with a
       message indicating the cause of failure.

VALID DURING
       FLOW_INIT, CLIENT_ACCEPTED, SA_PICKED, LB_SELECTED, CLIENT_DATA,
       SERVER_DATA, SERVER_CONNECTED

EXAMPLES
	when CLIENT_ACCEPTED {
	    set cf [FLOW::this]
	    log local0. "Current flow is $cf"
	    unset cf
	}

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



BIG-IP				  2019-05-10			      iRule(1)