{ "id":"/axapi/v3/slb/template/persist/ssl-sid/{name}", "type":"object", "node-type":"list", "title":"ssl-sid", "partition-visibility":"shared", "description":"SSL session ID persistence", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"SSL session ID persistence template name", "optional":false }, "dont-honor-conn-rules":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not observe connection rate rules", "optional":true }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":2000, "default":5, "partition-visibility":"shared", "description":"Persistence timeout (in minutes)", "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" ] }