{ "id":"/axapi/v3/cgnv6/nat64/prefix/{prefix-val}", "type":"object", "node-type":"list", "title":"prefix", "partition-visibility":"shared", "description":"Configure NAT64 Prefix", "properties":{ "prefix-val":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"NAT64 Prefix", "optional":false }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"VRRP-A vrid (Specify ha VRRP-A vrid)", "optional":true }, "class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class-list to match for NAT64", "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":[ "prefix-val" ], "required":[ "prefix-val" ] }