{ "id":"/axapi/v3/slb/template/dblb/{name}", "type":"object", "node-type":"list", "title":"dblb", "partition-visibility":"shared", "description":"DBLB template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"DBLB template name", "optional":false }, "class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify user/password string class list (Class list name)", "optional":true }, "server-version":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'MSSQL2008': MSSQL server 2008 or 2008 R2; 'MSSQL2012': MSSQL server 2012; 'MySQL': MySQL server (any version); ", "enum":[ "MSSQL2008", "MSSQL2012", "MySQL" ], "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 }, "calc-sha1":{ "type":"object", "$ref":"/axapi/v3/slb/template/dblb/{name}/calc-sha1", "properties":{ "sha1-value":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Cleartext password" } } } }, "object-keys":[ "name" ], "required":[ "name" ] }