ltm rule command MESSAGE protoΒΆ

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



MESSAGE::proto
       Returns protocol of the message.

SYNOPSIS
       MESSAGE::proto

DESCRIPTION
       returns protocol of the message. For example, MQTT, SIP, and DIAMETER.
       This is valid for messages of the following protocols:

	   DIAMETER
	   MQTT
	   SIP

RETURN VALUE
       returns protocol of the message. For example, MQTT, SIP, and DIAMETER.

VALID DURING
       MR_INGRESS, MR_EGRESS, and MR_FAILED.

EXAMPLES
	when MR_INGRESS {
	    log local0. "[MESSAGE::proto]"
	}

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



BIG-IP				  2018-07-19			      iRule(1)