{ "id":"/axapi/v3/ipv6/unnumbered", "type":"object", "node-type":"scalar", "title":"unnumbered", "partition-visibility":"shared", "description":"unnumbered feature", "properties":{ "use-source-acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"Access List, Upon deny packet's source address will be NATed (ACL Name)", "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 }, "use-source-ipv6":{ "type":"object", "$ref":"/axapi/v3/ipv6/unnumbered/use-source-ipv6", "properties":{ "update-source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }