{ "id":"/axapi/v3/slb/template/ssli/{name}", "type":"object", "node-type":"list", "title":"ssli", "partition-visibility":"shared", "description":"SSL insight template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"SSLi Template Name", "optional":false }, "type":{ "type":"string", "format":"enum", "default":"http", "partition-visibility":"shared", "description":"'http': HTTP service; 'xmpp': XMPP service; 'smtp': SMTP service; 'pop': POP service; 'ldap': LDAP service; 'ftp': FTP service; ", "enum":[ "http", "xmpp", "smtp", "pop", "ldap", "ftp" ], "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" ] }