InlineLbActiveMonitor1
InlineLbActiveMonitor1
JSON Example
{
"monitor_port": "string",
"fall_count": 0,
"interval": 0,
"rise_count": 0,
"timeout": 0
}
string As port-or-range As port-or-range
monitor_port
Optional
If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported.
integer As int64 As int64
fall_count
Optional
num of consecutive checks must fail before marking it down
integer As int64 As int64
interval
Optional
the frequency at which the system issues the monitor check (in second)
integer As int64 As int64
rise_count
Optional
num of consecutive checks must pass before marking it up
integer As int64 As int64
timeout
Optional
the number of seconds the target has in which to respond to the monitor request