Skip to content

Health Check Monitor

The HealthCheckMonitor model provides the following fields:

  • name (string): The name of the health check monitor
  • interval (integer, optional): The timed interval for the health check monitor to repeat
  • retry (integer, optional): The number of retries before marking as down
  • timeout (integer, optional): The timeout for the health check monitor
  • port (integer, optional): The port for the health check monitor to query
  • health_check_type (string, optional): The type of health check monitor. Possible values are "Ping", "TCP", "DNS", "HTTP", "HTTPS", "Custom"
  • tenant (Tenant, optional): The tenant to which the health check monitor belongs