{ "id":"/axapi/v3/slb/template/quic/{name}", "type":"object", "node-type":"list", "title":"quic", "partition-visibility":"shared", "description":"QUIC template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"QUIC Template Name", "optional":false }, "idle-timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "partition-visibility":"shared", "description":"Idle Timeout (interval of 60 seconds), default 120 seconds (idle timeout in second, default 120)", "optional":true }, "connection-id-length":{ "type":"number", "format":"number", "minimum":1, "maximum":20, "partition-visibility":"shared", "description":"Connection id length in byte, default 8 bytes", "optional":true }, "initial-wnd":{ "type":"number", "format":"number", "minimum":10000, "maximum":100000, "partition-visibility":"shared", "description":"Initial window size in byte, default 10000 (Initial window size, default 10000)", "optional":true }, "receive-buffer":{ "type":"number", "format":"number", "minimum":30000, "maximum":400000, "partition-visibility":"shared", "description":"Receive buffer size in byte, default 200000 (Receive buffer size, default 200000)", "optional":true }, "server-retry":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable server retry", "optional":true }, "burst-len":{ "type":"number", "format":"number", "minimum":16, "maximum":360, "partition-visibility":"shared", "description":"Number of burst packet, default 16", "optional":true }, "key-update-to-client":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Initiate key update on the client-side", "optional":true }, "key-update-to-server":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Initiate key update on the server-side", "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" ] }