{ "id":"/axapi/v3/ipv6/route/static/bfd/ethernet/{eth-num}+{nexthop-ipv6-ll}", "type":"object", "node-type":"list", "title":"ethernet", "partition-visibility":"shared", "description":"Ethernet interface", "properties":{ "eth-num":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Ethernet (not a member of vlan or trunk)", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "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":[ "eth-num", "nexthop-ipv6-ll" ], "required":[ "eth-num", "nexthop-ipv6-ll" ] }