Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: modified CS API from configureLBHealthCheck to createLBHealthCheck to maintain parity

...

This is functional specifications for the feature https://issues.apache.org/jira/browse/CLOUDSTACK-443
f
State the purpose of the document; something like: this is functional specificationS of feature "..." which has Jira ID CS-xyzw

...

Adding Health Check:

By using the configureLBHealthCheck createLBHealthCheck api command we can create the healtcheck monitor for the services in the Rule.When new VM’s got assigned to the rule, monitor should be added to these services also.

...

This is a batch operation. To modify the health check, first call deleteLBHealthCheck which will delete the already existing health check and call configureLBHealthCheck createLBHealthCheck with the new configuration parameters.
Note: if the new configuration parameters were not able to be applied, then it won’t restore the old health check.

...

Using the listLBHealthCheck, health check configured created on the LB rule will be retrieved.

...

The following APIs are supported in this feature.

  1. configureLBHealthCheck createLBHealthCheck Creates a Load Balancer Health Check
  2. deleteLBHealthCheck Deletes a LB Health Check.
  3. listLBHealthCheck Lists LB Health check

...

  1. A new dialog will be shown to when clicked on the above button, so that user can provide the health check params
  2. if the health check is configured created then status of the health check will be shown next to the VM in details page of LB rule.

...