ltm rule command DIAMETER payloadΒΆ

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



DIAMETER::payload
       Gets or sets DIAMETER message payload.

SYNOPSIS
       DIAMETER::payload ('replace' PAYLOAD)?

DESCRIPTION
       This iRule command gets or sets the current DIAMETER message's payload,
       as a byte string.

       Syntax

       DIAMETER::payload

	    * returns message payload (all AVPs)

       DIAMETER::payload replace "newpayload"

	    * Replace existing payload with "newpayload". This is best used
	      for low-level manipulation of a message's structure.

RETURN VALUE
VALID DURING
       DIAMETER_INGRESS, DIAMETER_EGRESS, MR_INGRESS, MR_EGRESS, MR_FAILED

EXAMPLES
	when DIAMETER_INGRESS {
	    log local0. "Received a DIAMETER message, with payload [DIAMETER::payload]"
	}

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



BIG-IP				  2017-01-31			      iRule(1)