GslbHeathCheckShowResponse
GslbHeathCheckShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| health_check_interval optional | GSLB 헬스 체크 주기 Example : | any of [integer, null] | |
| health_check_probe_timeout optional | GSLB 헬스 체크 Probe 타임아웃 Example : | any of [integer, null] | |
| health_check_user_id optional | GSLB 헬스 체크 사용자 이름 Example : | any of [string, null] | |
| health_check_user_password optional | GSLB 헬스 체크 비밀번호 Example : | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| protocol required | 헬스 체크에 사용되는 프로토콜(예: ICMP, TCP, HTTP, HTTPS) Example : | string | |
| receive_string optional | GSLB 헬스 체크 수신 문자열 Example : | any of [string, null] | |
| send_string optional | GSLB 헬스 체크 Send String입니다. 입력하지 않으면 “GET /” 요청으로 동작합니다. Example : | any of [string, null] | |
| service_port optional | GSLB 헬스 체크 서비스 포트 Example : | any of [integer, null] | |
| timeout optional | GSLB 헬스 체크 타임아웃. Interval보다 커야 합니다. Example : | any of [integer, null] |