ltm rule command MQTT return code listΒΆ

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



MQTT::return_code_list
       Get return-code-list of MQTT SUBACK message.

SYNOPSIS
       MQTT::return_code_list

DESCRIPTION
       This command can be used to get return-code-list of MQTT message.  Note
       that this command does not support a 'set' operation.  In order to
       change the retun-code-list please use 'MQTT::replace type SUBACK'.
       This command is valid only for following MQTT message types:

	   SUBACK

       Syntax

       MQTT::return_code_list

	   * Get the return-code-list of MQTT SUBACK message.
	     Each number in the list should be smaller than 256. Valid values are:
	     0	   : Success - Maximum QoS 0.
	     1	   : Success - Maximum QoS 1.
	     2	   : Success - Maximum QoS 2.
	     128   : Failure
	     Other : Reserved for future use.

RETURN VALUE
       When called without an argument, this command returns the return-code-
       list of MQTT SUBACK message.

VALID DURING
       MQTT_CLIENT_INGRESS MQTT_SERVER_INGRESS MQTT_CLIENT_DATA
       MQTT_SERVER_DATA

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



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