{ "id":"/axapi/v3/network/lldp/management-address/ipv6-addr/{ipv6}", "type":"object", "node-type":"list", "title":"ipv6-addr", "partition-visibility":"shared", "description":"Configure lldp management-address ipv6 address", "properties":{ "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Configure lldp management-address, subtype is ipv6 (lldp management-address ipv6 address)", "optional":false }, "interface-ipv6":{ "type":"object", "properties":{ "ipv6-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ipv6-ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"configure lldp management-address interface ve (lldp management-address interface port number)" }, "ipv6-mgmt":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"configure lldp management-address interface management" } } }, "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" ], "required":[ "ipv6" ] }