{ "id":"/axapi/v3/cgnv6/nat/icmp", "type":"object", "node-type":"scalar", "title":"icmp", "partition-visibility":"shared", "description":"Configure NAT ICMP settings", "properties":{ "always-source-nat-errors":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Source NAT intermediate routers' IPs for ICMP errors (default: disabled)", "optional":true }, "respond-to-ping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Respond to ICMP 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 } } }