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:

  • Half or more of the backend set's backend servers return a status of OK.

  • At least one backend server returns a status of Warning, Critical, Pending, or Incomplete.

Incomplete

Yellow

The backend set does not have any backends attached.

Pending

Yellow

At least one of the following conditions is true:

  • More than half of the backend set's backend servers return a status of Pending.

  • The system could not retrieve metrics for any reason.

OK

Green

All backend servers in the backend set return a status of OK.

    1. Open the navigation menu, click Networking, and then click Load Balancers.

    2. Select the Compartment from the list.

      All load balancers and network load balancers in that compartment are listed in tabular form.

    3. (optional) Select a State from the list to limit the load balancers displayed to that state.

    4. (optional) Uncheck Network Load Balancer under Type to only display load balancers.

    5. Click the load balancer whose backend set you want to edit.

      The Load Balancer Details page appears.

    6. Click Backend Sets under Resources.

      The Backend Sets list appears. All backend sets are listed in tabular form.

    7. Click the backend set you want to edit.

      The Backend Set Details dialog box appears.

    8. 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.