Editing Load Balancer Health Check Properties
On Compute Cloud@Customer, you can change load balancer (LB) and backend server set health check properties, such as the health check interval.
-
In the Compute Cloud@Customer Console navigation menu, click Networking, then click Load Balancers.
- At the top of the page, select the compartment that contains the load balancer.
-
Click the name of the load balancer for which you want to edit existing backend set health check parameters.
-
Under Resources, click Backend Sets.
-
To edit the health check parameters of a backend set, do one of the following actions:
- Click the Actions menu (
), then click Edit.
- Click the backend set to view its details, then click Edit.
- Click the Actions menu (
-
Click Save.
-
Use the oci lb health-checker update command and required parameters to change load balancer (LB) and backend server set health check properties, such as the health check interval.
oci lb health-checker update --backend-set-name [name-of-backend-set] \ --interval-in-millis [integer-in-millis] \ --load-balancer-id [loadbalancer_OCID] --port [port-integer] \ --protocol [protocol-text] --response-body-regex [expression-text] \ --retries [retries-integer] --return-code [rc-integer] \ --timeout-in-millis [integer-in-millis]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
This task is not available in the API.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.