{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/local-ipv6-address", "type":"object", "node-type":"scalar", "title":"local-ipv6-address", "partition-visibility":"shared", "description":"IP Address of the local tunnel end point", "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Source Tunnel End Point IPv6 address", "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 } } }