ALBHealthMonitorUdp (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer HealthMonitorUdp object", 
  "id": "ALBHealthMonitorUdp", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "maintenance_response": {
      "description": "Match or look for this keyword in the first 2KB of server's response indicating server maintenance. A successful match results in the server being marked down.", 
      "required": false, 
      "title": "Maintenance response", 
      "type": "string"
    }, 
    "udp_request": {
      "description": "Send UDP request.", 
      "required": false, 
      "title": "Udp request", 
      "type": "string"
    }, 
    "udp_response": {
      "description": "Match for keyword in the UDP response.", 
      "required": false, 
      "title": "Udp response", 
      "type": "string"
    }
  }, 
  "title": "HealthMonitorUdp", 
  "type": "object"
}