{ "id":"/axapi/v3/slb/template/smpp/{name}", "type":"object", "node-type":"list", "title":"smpp", "partition-visibility":"shared", "description":"SMPP template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"SMPP Template Name", "optional":false }, "client-enquire-link":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Respond client ENQUIRE_LINK packet directly instead of forwarding to server", "optional":true }, "server-enquire-link":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send server ENQUIRE_LINK packet for every persist connection when enable conn-reuse", "optional":true }, "server-enquire-link-val":{ "type":"number", "format":"number", "minimum":5, "maximum":300, "default":30, "partition-visibility":"shared", "description":"Set interval of keep-alive packet for each persistent connection (second, default is 30)", "optional":true }, "user":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure the user to bind (The name used to bind)", "optional":true }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure the password used to bind", "optional":true }, "server-selection-per-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Force server selection on every SMPP request when enable conn-reuse", "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" ] }