{ "id":"/axapi/v3/fw/alg/icmp", "type":"object", "node-type":"scalar", "title":"icmp", "partition-visibility":"shared", "description":"Change Firewall ICMP ALG Settings", "properties":{ "disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'disable': Disable ICMP ALG which allows ICMP errors to pass the firewall; ", "enum":[ "disable" ], "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 } } }