Getting a Load Balancer Backend Set's Health Details
Describes how to get the health status details of a backend set for a load balancer.
The following table lists the health levels and their descriptions.
Level |
Color |
Description |
---|---|---|
Critical |
Red |
Fewer than half of the backend set's backend servers return a status of OK. |
Warning |
Yellow |
Both of the following conditions are true:
|
Incomplete |
Yellow |
The backend set does not have any backends attached. |
Pending |
Yellow |
At least one of the following conditions is true:
|
OK |
Green |
All backend servers in the backend set return a status of OK. |
-
Open the navigation menu, click Networking, and then click Load Balancers.
-
Select the Compartment from the list.
All load balancers and network load balancers in that compartment are listed in tabular form.
-
(optional) Select a State from the list to limit the load balancers displayed to that state.
-
(optional) Uncheck Network Load Balancer under Type to only display load balancers.
-
Click the load balancer whose backend set you want to edit.
The Load Balancer Details page appears.
-
Click Backend Sets under Resources.
The Backend Sets list appears. All backend sets are listed in tabular form.
-
Click the backend set you want to edit.
The Backend Set Details dialog box appears.
-
View the Overall and Backend Health details.
See Getting a Load Balancer Backend Set's Health Details for descriptions of the backend set health indicators.
-
Use the oci lb backend-set-health get command and required parameters to get a load balancer's backend set health details:
oci lb backend-set-health get --backend-set-name backend_set_name --load-balancer-id load-balancer_id [OPTIONS]
See the CLI online help for a list of options:
oci lb backend-set-health get --help
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
See Getting a Load Balancer Backend Set's Health Details for descriptions of the backend set health indicators.
Run the GetBackendSetHealth operation to get the health details a backend set for a load balancer.