ltm rule command DIAMETER resultΒΆ

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

DIAMETER::result
       Gets or sets the value of the result-code attribute-value pair.

SYNOPSIS
       DIAMETER::result (DIAMETER_RESULT_CODE)?

DESCRIPTION
       This iRule command gets or sets the value of the result-code (code 268) attribute-value pair.

       Syntax DIAMETER::result [new_result-code]

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 with result code [DIAMETER::result]"
	}

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

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