{ "id":"/axapi/v3/ipv6/nat/icmpv6", "type":"object", "node-type":"scalar", "title":"icmpv6", "partition-visibility":"shared", "description":"ICMPv6 configuration for IPv6 NAT", "properties":{ "respond-to-ping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Respond to ICMPv6 echo requests to NAT pool IPs (default: disabled)", "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 } } }