{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/l2-redirect", "type":"object", "node-type":"scalar", "title":"l2-redirect", "partition-visibility":"shared", "description":"Configure interface for redirection", "properties":{ "redirect-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not":"redirect-trunk", "description":"Ethernet port (Port Value)", "optional":true }, "ethernet-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID", "optional":true }, "redirect-trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not":"redirect-eth", "description":"L2 Trunk group", "optional":true }, "trunk-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID", "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 } } }