ltm rule event USER REQUESTΒΆ

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

USER_REQUEST
       Triggered by command TCP::notify request.

DESCRIPTION
       This event is triggered by command TCP::notify request. It executes in a server-side context.

Examples
	when CLIENT_DATA {
	 TCP::release
	 TCP::collect
	 log local0. "in CLIENT_DATA, calling TCP::notify request to trigger USER_REQUEST event"
	 TCP::notify request
	}
	when USER_REQUEST {
	  log local0. "in USER_REQUEST"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the event.

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