1.1
1.1
scpcli loadbalancer lb-health-check update
--lb_health_check_id <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--protocol <value>]
[--request_data <value>]
[--response_code <value>]
Description
LB 헬스 체크를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
| description optional | string | 설명 | this is an lb server group |
| health_check_count optional | integer | 탐지 횟수 | 3 |
| health_check_interval optional | integer | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port optional | integer | 헬스 체크 포트 | 80 |
| health_check_timeout optional | integer | 대기 시간 | 5 |
| health_check_url optional | string | URL 모니터 | /test |
| http_method optional | **** | LB 헬스 체크 HTTP 방식 | GET |
| protocol optional | **** | 프로토콜 | TCP |
| request_data optional | string | 요청 문자열 | username=admin&password=1234 |
| response_code optional | string | 응답 코드 | 200 |