BfdHealthMonitoringConfig (type)

{
  "description": "Bfd Health Monitoring Options used specific to BFD Transport Zone profiles", 
  "id": "BfdHealthMonitoringConfig", 
  "module_id": "PolicyTransportZoneProfile", 
  "properties": {
    "enabled": {
      "required": true, 
      "title": "Whether the heartbeat is enabled. A PATCH or PUT request with \"enabled\" false (with no probe intervals) will set or reset the probe_interval to their default value.", 
      "type": "boolean"
    }, 
    "latency_enabled": {
      "description": "The flag is to turn on/off latency. A PATCH or PUT request with \"latency_enabled\" true will enable NSX to send the networking latency data to thrid-party monitoring tools like vRNI.", 
      "required": false, 
      "title": "Whether the latency is enabled.", 
      "type": "boolean"
    }, 
    "probe_interval": {
      "default": 1000, 
      "minimum": 300, 
      "required": false, 
      "title": "The time interval (in millisec) between probe packets for tunnels between transport nodes.", 
      "type": "integer"
    }
  }, 
  "title": "Bfd Health Monitoring Options", 
  "type": "object"
}