HealthCheck

Name Description Required Schema Default Example

HealthyThreshold

The number of consecutive successful pings before considering the instance as healthy (between 2 and 10 both included).

true

integer

Interval

The number of seconds between two pings (between 5 and 600 both included).

true

integer

Target

The URL of the checked instance following the
<protocol>:<port>/<path> format, with the following elements:
- Protocol: TCP, SSL, HTTP, HTTPS or UDP.
- Port: Between 1 and 65535, both included.
- Path: The path for HTTP or HTTPS requests.

true

string

Timeout

The maximum waiting time for a response before considering the instance as unhealthy, in seconds (between 2 and 60 both included).

true

integer

UnhealthyThreshold

The number of consecutive failed pings before considering the instance as unhealthy (between 2 and 10 both included).

true

integer