{ "id":"/axapi/v3/slb/template/connection-reuse/{name}", "type":"object", "node-type":"list", "title":"connection-reuse", "partition-visibility":"shared", "description":"Connection Reuse", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Connection Reuse Template Name", "optional":false }, "limit-per-server":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":1000, "partition-visibility":"shared", "description":"Max Server Connections allowed (Connections per Server Port (default 1000))", "optional":true }, "timeout":{ "type":"number", "format":"number", "minimum":60, "maximum":3600, "default":2400, "partition-visibility":"shared", "description":"Timeout in seconds. Multiple of 60 (default 2400)", "optional":true }, "add-header":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Insert HTTP Connection: keep-alive header", "optional":true }, "keep-alive-conn":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Keep a number of server connections open", "optional":true }, "preopen":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Preopen server connection", "optional":true }, "num-conn-per-port":{ "type":"number", "format":"number", "minimum":1, "maximum":1024, "default":100, "partition-visibility":"shared", "description":"Connections per Server Port (default 100)", "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" ] }