{ "id":"/axapi/v3/slb/template/mqtt/{name}", "type":"object", "node-type":"list", "title":"mqtt", "partition-visibility":"shared", "description":"MQTT template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"MQTT Template Name", "optional":false }, "clientid-hash-persist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use Client ID's hash value to select server", "optional":true }, "clientid-hash-offset":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"Skip part of Client ID to calculate hash value (Offset of the Client ID)", "optional":true }, "clientid-hash-first":{ "type":"number", "format":"number", "minimum":4, "maximum":128, "partition-visibility":"shared", "description":"Use the begining part of client ID to calculate hash value (client ID string length to calculate hash value)", "optional":true }, "clientid-hash-last":{ "type":"number", "format":"number", "minimum":4, "maximum":128, "partition-visibility":"shared", "description":"Use the end part of Client ID to calculate hash value (Client ID length to calculate hash value)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }