InlineLbActiveMonitor1
InlineLbActiveMonitor1
JSON Example
{
"fall_count": 0,
"interval": 0,
"monitor_port": "string",
"rise_count": 0,
"timeout": 0
}
integer As int64
As int64
fall_count
Optional
Constraints:
minimum: 1
maximum: 2147483647
default: 3
num of consecutive checks must fail before marking it down
integer As int64
As int64
interval
Optional
Constraints:
minimum: 1
maximum: 2147483647
default: 5
the frequency at which the system issues the monitor check (in second)
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. For ICMP monitor, monitor_port is not required.
integer As int64
As int64
rise_count
Optional
Constraints:
minimum: 1
maximum: 2147483647
default: 3
num of consecutive checks must pass before marking it up
integer As int64
As int64
timeout
Optional
Constraints:
minimum: 1
maximum: 2147483647
default: 15
the number of seconds the target has in which to respond to the monitor request