{ "id":"/axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan}", "type":"object", "node-type":"list", "title":"static", "partition-visibility":"shared", "description":"static IPv6 Neighbor commands", "properties":{ "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address", "optional":false }, "mac":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC Address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "trunk", "tunnel" ], "description":"Ethernet port (Port Value)", "optional":true }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not-list":[ "ethernet", "tunnel" ], "description":"Trunk group", "optional":true }, "tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "not-list":[ "ethernet", "trunk" ], "description":"Tunnel interface", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN ID", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "ipv6-addr", "vlan" ], "required":[ "ipv6-addr", "vlan" ] }