{ "id":"/axapi/v3/cgnv6/nat64/fragmentation/outbound", "type":"object", "node-type":"scalar", "title":"outbound", "partition-visibility":"shared", "auto-created-object":1, "description":"Fragmentation Behavior from NAT inside to NAT outside", "properties":{ "frag-action":{ "type":"string", "format":"enum", "default":"ipv4", "partition-visibility":"shared", "description":"'drop': Drop Silently; 'ipv4': Use IPv4 fragmentation (default); 'send-icmpv6': Send ICMPv6 Type 2 Code 0 (Packet Too Big); ", "enum":[ "drop", "ipv4", "send-icmpv6" ], "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 } } }