GslbHealthCheck
GslbHealthCheck
| Name | Description | Schema | Default |
|---|---|---|---|
| health_check_interval optional | GSLB 헬스 체크 주기 Example : 5 | any of [integer, null] | |
| health_check_probe_timeout optional | GSLB 헬스 체크 Probe 타임아웃 Example : 5 | any of [integer, null] | |
| health_check_user_id optional | GSLB 헬스 체크 사용자 이름 Example : user | any of [string, null] | |
| health_check_user_password optional | GSLB 헬스 체크 비밀번호 Example : Passw0rd! | any of [string, null] | |
| protocol required | 헬스 체크에 사용되는 프로토콜(예: ICMP, TCP, HTTP, HTTPS) Example : https | string | |
| receive_string optional | GSLB 헬스 체크 수신 문자열 Example : OKPattern : ^[a-zA-Z\d]+$ | any of [string, null] | |
| send_string optional | GSLB 헬스 체크 Send String입니다. 입력하지 않으면 “GET /” 요청으로 동작합니다. Example : GET /Pattern : ^[^\u1100-\u11FF\uAC00-\uD7A3\uA960-\uA97C\uD7B0-\uD7FF\u3130-\u318F#<>]*$ | any of [string, null] | |
| service_port optional | GSLB 헬스 체크 서비스 포트 Example : 1 | any of [integer, null] | |
| timeout optional | GSLB 헬스 체크 타임아웃. Interval보다 커야 합니다. Example : 6 | any of [integer, null] |