Apache CloudStack 4.23.0.0 Root Admin API Reference
listLBHealthCheckPolicies
Lists load balancer health check policies.
Request parameters
| Parameter Name | Description | Required |
| fordisplay | List resources by display flag; only ROOT admin is eligible to pass this parameter | false |
| id | The ID of the health check policy | false |
| keyword | List by keyword | false |
| lbruleid | The ID of the load balancer rule | false |
| page | false | |
| pagesize | false |
Response Tags
| Response Name | Description |
| account | The Account of the HealthCheck policy |
| domain | The domain of the HealthCheck policy |
| domainid | The domain ID of the HealthCheck policy |
| lbruleid | The LB rule ID |
| zoneid | The ID of the zone the HealthCheck policy belongs to |
| healthcheckpolicy(*) | The list of healthcheckpolicies |
| id | The LB HealthCheck policy ID |
| description | The description of the healthcheck policy |
| fordisplay | Is policy for display to the regular user |
| healthcheckinterval | Amount of time between health checks |
| healthcheckthresshold | Number of consecutive health check success before declaring an Instance healthy |
| pingpath | The pingpath of the healthcheck policy |
| responsetime | Time to wait when receiving a response from the health check |
| state | The state of the policy |
| unhealthcheckthresshold | Number of consecutive health check failures before declaring an Instance unhealthy. |