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, DIAMETER_RETRANSMISSION, 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							    2022-04-12							  iRule(1)