EdgeLoadBalancerHealthMonitor
EdgeLoadBalancerHealthMonitor
Specifies the health monitoring configuration for a Load Balancer Pool. Health monitors are used to monitor health of the Load Balancer Pool's member servers.
JSON Example
{
"name": "string",
"type": "string",
"systemDefined": false
}
string
name
Optional
Name of the Health monitor. Name of the system defined monitors are prefixed with System for example 'System-HTTP'.
string
type
Required
Type of the health monitors. A value of "-" represents an unknown type. Such monitor can still be removed from the Load Balancer Pool on update but is not valid on create. Supported values are:
- HTTP - HTTP request/response is used to validate health.
- HTTPS - Used against HTTPS encrypted web servers to validate health.
- TCP - TCP connection is used to validate health.
- UDP - A UDP datagram is used to validate health.
- PING - An ICMP ping is used to validate health.
boolean
systemDefined
Optional
Whether the Health Monitor is system defined.
Availability
Added in 35.0