GslbHealthCheck
GslbHealthCheck
| Name | Description | Schema | Default |
|---|---|---|---|
| health_check_interval optional | The GSLB Health Check Interval. Example : 5 | any of [integer, null] | |
| health_check_probe_timeout optional | The GSLB Health Check Probe Timeout. Example : 5 | any of [integer, null] | |
| health_check_user_id optional | The GSLB Health Check User Name. Example : user | any of [string, null] | |
| health_check_user_password optional | The GSLB Health Check Password. Example : Passw0rd! | any of [string, null] | |
| protocol required | The protocol used for health checks (e.g., ICMP, TCP, HTTP, HTTPS). Example : https | string | |
| receive_string optional | The GSLB Health Check Receive String. Example : OKPattern : ^[a-zA-Z\d]+$ | any of [string, null] | |
| send_string optional | The GSLB Health Check Send String. If no input is provided, it operates as a “GET /” request. Example : GET /Pattern : ^[^\u1100-\u11FF\uAC00-\uD7A3\uA960-\uA97C\uD7B0-\uD7FF\u3130-\u318F#<>]*$ | any of [string, null] | |
| service_port optional | The GSLB Health Check Service Port. Example : 1 | any of [integer, null] | |
| timeout optional | The GSLB Health Check Timeout. It must be greater than the Interval. Example : 6 | any of [integer, null] |