{ "id":"/axapi/v3/health/monitor/{name}/method/udp", "type":"object", "node-type":"scalar", "title":"udp", "partition-visibility":"shared", "description":"UDP type", "properties":{ "udp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"UDP type", "optional":true }, "udp-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "description":"Specify UDP port (Specify port number)", "optional":true }, "force-up-with-single-healthcheck":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Force Up with no response at the first time", "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 } } }