{ "id":"/axapi/v3/cgnv6/nat46-stateless/partition-prefix/{partition}", "type":"object", "node-type":"list", "title":"partition-prefix", "partition-visibility":"shared", "description":"Configure NAT46 prefix for a L3V partition traffic", "properties":{ "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "description":"Partition Name", "optional":false }, "ipv6-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"VRRP-A vrid (Specify ha VRRP-A vrid)", "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":[ "partition" ], "required":[ "partition" ] }