Getting a Load Balancer Backend Server's Details

View the details of a backend server for a load balancer.

    1. On the Load balancers list page, select the load balancer that you want to work with. If you need help finding the list page or the load balancer, see Listing Load Balancers.
    2. On the load balancer's details page, select Backend sets.
    3. Select Backends.
      The Backends tab opens. All backend servers in the selected backend set are displayed in a table.
    The Backends list show details for all the backend servers associated with the backend set, such as IP status, port, and weight.
  • Use the oci lb backend get command and required parameters to view the details of a backend server for a load balancer:

    oci lb backend get --backend-name backend_name --backend-set-name backend_set_name --load-balancer-id load_balancer_id [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetBackend operation to view the details of a backend server for a load balancer.