ltm rule command DIAMETER messageΒΆ

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



DIAMETER::message
       Returns the whole Diameter message as a TCL string object.

SYNOPSIS
       DIAMETER::message

DESCRIPTION
       This iRule command returns the current Diameter message as a TCL string
       object.	This includes both the header and the payload.

       Syntax DIAMETER::message

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

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

HINTS
SEE ALSO
       DIAMETER::retry

CHANGE LOG
       @BIGIP-11.3.0 --First introduced the command.



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