{ "id":"/axapi/v3/health/monitor/{name}/method/icmp", "type":"object", "node-type":"scalar", "title":"icmp", "partition-visibility":"shared", "auto-created-object":1, "description":"ICMP type", "properties":{ "icmp":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"ICMP type", "optional":true }, "transparent":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Apply transparent mode", "optional":true }, "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"ip", "description":"Specify IPv6 address of destination behind monitored node", "optional":true }, "ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"ipv6", "description":"Specify IPv4 address of destination behind monitored node", "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 } } }