{ "id":"/axapi/v3/template/lid/{lid-number}", "type":"object", "node-type":"list", "title":"lid", "partition-visibility":"shared", "description":"Create an Lid", "properties":{ "lid-number":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "description":"Lid Number", "optional":false }, "respond-to-user-mac":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use the user's source MAC for the next hop rather than the routing table (default:off)", "optional":true }, "src-ip":{ "type":"object", "properties":{ "concurrent-sessions":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Concurrent Session Limit per Source IP Address (Number of Concurrent Sessions)" }, "log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log when Session Limit is exceeded" }, "prefix-length":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Source prefix length" }, "enable-high-perf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable High Perf" } } }, "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":[ "lid-number" ], "required":[ "lid-number" ] }