.. _slb_template_mqtt: slb template mqtt ================= MQTT template mqtt Specification ------------------ ===================================== ================================================================= **Parameter** **Value** ===================================== ================================================================= **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`3009_mqtt_list` **Collection URI** /axapi/v3/slb/template/mqtt **Element Name** mqtt **Element URI** /axapi/v3/slb/template/mqtt/{name} **Element Attributes** mqtt_attributes **Partition Visibility** shared **Schema** :download:`mqtt schema ` ===================================== ================================================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/slb/template/mqtt .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/slb/template/mqtt .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/slb/template/mqtt/{name} .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/slb/template/mqtt .. raw:: html :ref:`3009_mqtt_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/slb/template/mqtt/{name} .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/slb/template/mqtt/{name} .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/slb/template/mqtt .. raw:: html :ref:`3009_mqtt_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/slb/template/mqtt/{name} .. raw:: html :ref:`3009_mqtt_attributes` .. raw:: html
.. _3009_mqtt_list: mqtt-list --------- mqtt-list is **JSON List** of :ref:`3009_mqtt_attributes` mqtt-list : [ { :ref:`3009_mqtt_attributes` }, { :ref:`3009_mqtt_attributes` }, ... ] .. _3009_mqtt_attributes: mqtt attributes --------------- **clientid-hash-first** **Description** Use the begining part of client ID to calculate hash value (client ID string length to calculate hash value) **Type:** number **Range:** 4-128 **clientid-hash-last** **Description** Use the end part of Client ID to calculate hash value (Client ID length to calculate hash value) **Type:** number **Range:** 4-128 **clientid-hash-offset** **Description** Skip part of Client ID to calculate hash value (Offset of the Client ID) **Type:** number **Range:** 0-255 **clientid-hash-persist** **Description** Use Client ID's hash value to select server **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **name** **Description** MQTT Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters