{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ethernet-neighbor-ipv6/{ethernet}", "type":"object", "node-type":"list", "title":"ethernet-neighbor-ipv6", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Specify an ethernet unnumbered neighbor", "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface number", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "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 } }, "object-keys":[ "ethernet" ], "required":[ "ethernet" ] }