LbHealthCheckCreate
LbHealthCheckCreate
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : this is an lb server group | any of [string, null] | |
| health_check_count optional | 탐지 횟수 Example : 3Minimum : 1Maximum : 10 | integer | 3 |
| health_check_interval optional | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. Example : 5Minimum : 1Maximum : 180 | integer | 5 |
| health_check_port optional | 헬스 체크 포트 Example : 80 | any of [integer, null] | |
| health_check_timeout optional | 대기 시간 Example : 5Minimum : 1Maximum : 180 | integer | 5 |
| health_check_url optional | URL 모니터 Example : /testPattern : ^\/[A-Za-z0-9/._?&=-]*$ | any of [string, null] | |
| http_method optional | LB 헬스 체크 HTTP 방식 Example : GET | any of [enum (GET, POST), null] | |
| name required | LB 헬스 체크명 Example : ServerGroup01Pattern : ^[a-zA-Z0-9][-a-zA-Z0-9_]*[a-zA-Z0-9]$Minimum length : 3Maximum length : 63 | string | |
| protocol required | 프로토콜 Example : TCP | enum (TCP, HTTP, HTTPS) | |
| request_data optional | 요청 문자열 Example : username=admin&password=1234Pattern : ^[a-zA-Z0-9_\W]*$ | any of [string, null] | |
| response_code optional | 응답 코드 Example : 200 | any of [string, null] | |
| subnet_id required | Service Subnet ID Example : 60fba45cb6c811efba41ba92e4fe7200 | string | |
| tags optional | Tag List | array[Tag] | |
| vpc_id required | VPC ID Example : 8acceeb6920c4fc494490d864f67f0b5 | string |