ncloud_change_target_group_health
Change target group health check settings to control how NCP monitors instance health. Adjust port, cycle, URL path, and thresholds for accurate detection.
Instructions
Change target group health check configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetGroupNo | Yes | Target group number | |
| healthCheckPort | No | Health check port number (1-65534, default: 80) | |
| healthCheckCycle | No | Health check cycle in seconds (5-300) | |
| healthCheckUrlPath | No | Health check URL path (for HTTP/HTTPS, starts with /) | |
| healthCheckUpThreshold | No | Healthy threshold count (2-10) | |
| healthCheckDownThreshold | No | Unhealthy threshold count (2-10) | |
| healthCheckHttpMethodTypeCode | No | HTTP method type for health check (HEAD, GET). Available if health check protocol is HTTP or HTTPS |