ltm rule event MR DATAΒΆ

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

MR_DATA
       Raised when the number of bytes specified by the user in MR::collect command have been collected.

DESCRIPTION
       This event is raised when the number of bytes of message payload collected equals to the number specified by
       the user in MR::collect command.

Examples
	when MR_DATA {
	    log local0. "Payload: [MR::payload]"
	    MR::release
	}

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

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