ltm rule command MR payloadΒΆ

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

MR::payload
       Access data collected using MR::collect command.

SYNOPSIS
       MR::payload ( 'length' )?

DESCRIPTION
       This command can be used to access payload collected using the COLLECT command.

       SYNTAX

       MR::payload [length]

       MR::payload
	   Returns the collected payload obtained as a result of a prior call to MR::collect.

       MR::payload length
	   Returns the length of payload of a MR message.

RETURN VALUE
       When called without an argument, this command returns the collected payload of an MR message.

VALID DURING
       MR_DATA

EXAMPLES
	when MR_DATA {
	    log local0 "Payload: [MR::payload]"
	}

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

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