ltm rule command ACCESS flowidΒΆ

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

ACCESS::flowid
       Sets the flow id for SSL Orchestrator using APM logging framework.

SYNOPSIS
       ACCESS::flowid (FID)?

DESCRIPTION
       ACCESS::flowid [FID]

       Calculates the flow id from the IFC and 4-tuple information, if it doesn't exist already, and stores it in the
       opaque storage for the connflow.  Requires APM to be provisioned.

       Command Syntax

       ACCESS::flowid

	   * Returns the flow id, if it exists, or calculates it, then stores it in
	     the opaque data structure for the connflow.

       ACCESS::flowid 

	   * Sets the flow id to FID

RETURN VALUE
       The flow id is returned

VALID DURING
       ANY_EVENT

EXAMPLES
	when HTTP_REQUEST {
	    ACCESS::flowid "example"
	    set ctx(FID) [ACCESS::flowid]
	}

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

BIG-IP						      2020-06-23					     iRule(1)