{ "id":"/axapi/v3/cgnv6/sixrd/fragmentation/inbound", "type":"object", "node-type":"scalar", "title":"inbound", "partition-visibility":"shared", "auto-created-object":1, "description":"6rd fragmentation rules for inbound oversize packets (default: send-icmpv6)", "properties":{ "action":{ "type":"string", "format":"enum", "default":"send-icmpv6", "partition-visibility":"shared", "description":"'drop': Drop Silently; 'ipv4': Use IPv4 fragmentation for oversize packets; 'ipv6': Use IPv6 Fragmentation for oversize packets; 'send-icmpv6': Send ICMP Type 2 Code 0 (Packet Too Big) (default); ", "enum":[ "drop", "ipv4", "ipv6", "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 } } }