{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device", "type":"object", "node-type":"scalar", "title":"local-device", "partition-visibility":"shared", "description":"Local device configuration", "properties":{ "priority":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "optional":true }, "id":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "partition-visibility":"shared", "modify-not-allowed":1, "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 }, "l2-redirect":{ "type":"object", "$ref":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/l2-redirect", "properties":{ "redirect-eth":{ "type":"number", "format":"interface", "minimum":2, "maximum":224, "partition-visibility":"shared", "not":"redirect-trunk", "description":"Ethernet port (Port Value)" }, "ethernet-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID" }, "redirect-trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not":"redirect-eth", "description":"L2 Trunk group" }, "trunk-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "session-sync-interface":{ "type":"object", "$ref":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/session-sync-interface", "properties":{ "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "minimum":0, "maximum":1, "partition-visibility":"shared", "description":"Ethernet Interface (Ethernet interface number)" }, "optional":true } } ] }, "trunk-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk Interface (Trunk interface number)" }, "optional":true } } ] }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Virtual ethernet Interface (Virtual ethernet interface number)" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }