LbHealthCheckShow
LbHealthCheckShow
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : e3cd678b11784734bc366148aa37580e | any of [string, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : this is an lb server group | any of [string, null] | |
| health_check_count optional | LB Health Check count Example : 3 | integer | 3 |
| health_check_interval optional | LB Health Check interval Example : 5 | integer | 5 |
| health_check_port required | LB Health Check port Example : 80 | any of [integer, null] | |
| health_check_timeout optional | LB Health Check timeout Example : 5 | integer | 5 |
| health_check_type required | LB Health Check type Example : DEFAULT | enum (DEFAULT, CUSTOM) | |
| health_check_url required | LB Health Check URL Example : /test | any of [string, null] | |
| http_method required | LB Health Check HTTP Method Example : GET | any of [string, null] | |
| id required | LB Health Check ID Example : 46c681018e33453085ca7c8db54e0076 | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | LB Health Check name Example : Test-LbMonitor-01 | string | |
| protocol optional | LB Health Check Protocol Example : TCP | enum (TCP, HTTP, HTTPS) | TCP |
| request_data required | LB Health Check Request data Example : username=admin&password=1234 | any of [string, null] | |
| response_code required | LB Health Check Response code 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] |