LbHealthCheckShow
LbHealthCheckShow
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : e3cd678b11784734bc366148aa37580e | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | 설명 Example : this is an lb server group | any of [string, null] | |
| health_check_count optional | 탐지 횟수 Example : 3 | integer | 3 |
| health_check_interval optional | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. Example : 5 | integer | 5 |
| health_check_port required | 헬스 체크 포트 Example : 80 | any of [integer, null] | |
| health_check_timeout optional | 대기 시간 Example : 5 | integer | 5 |
| health_check_type required | LB 헬스 체크 유형 Example : DEFAULT | enum (DEFAULT, CUSTOM) | |
| health_check_url required | URL 모니터 Example : /test | any of [string, null] | |
| http_method required | LB 헬스 체크 HTTP 방식 Example : GET | any of [string, null] | |
| id required | LB 헬스 체크 ID Example : 46c681018e33453085ca7c8db54e0076 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | LB 헬스 체크명 Example : Test-LbMonitor-01 | string | |
| protocol optional | 프로토콜 Example : TCP | enum (TCP, HTTP, HTTPS) | TCP |
| request_data required | 요청 문자열 Example : username=admin&password=1234 | any of [string, null] | |
| response_code required | 응답 코드 Example : 200 | any of [string, null] | |
| state required | LB Health Check state Example : ACTIVE | string | |
| subnet_id required | Service Subnet ID Example : 60fba45cb6c811efba41ba92e4fe7200 | any of [string, null] | |
| vpc_id required | VPC ID Example : 8acceeb6920c4fc494490d864f67f0b5 | any of [string, null] |