Server Group Health Check Config Args
Constructors
Properties
The backend server port that is used for health checks. Valid values: 1
to 65535
. Default value: 80
.
The maximum timeout period of a health check response. Unit: seconds Valid values: 1
to 300
. Default value: 5
.
The domain name that you want to use for health checks. Valid values:
Specifies whether to enable the health check feature. Valid values:
The HTTP status codes that the system returns for health checks.
The interval at which health checks are performed. Unit: seconds Valid values: 1
to 50
. Default value: 10
.
The URL that is used for health checks. The URL must be 1 to 80 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.), percent signs (%), question marks (?), number signs (#), and ampersands (&). The URL can also contain the following extended characters: \_ ; ~ ! ( ) \* \[ ] @ $ ^ : ' , + = The URL must start with a forward slash (/).
The protocol that is used for health checks. Valid values:
The number of times that an unhealthy backend server must consecutively pass health checks before it is declared healthy. In this case, the health status changes from fail
to success
. Valid values: 2
to 10
. Default value: 2
.
The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status changes from success
to fail
. Valid values: 2
to 10
. Default value: 2
.