Getting a Load Balancer Backend Set's Details

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

    1. Open the navigation menu, click Networking, and then click Load balancers. Click Load balancer. The Load balancers page appears.

    2. Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.

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

    4. Click the load balancer for whose backend set you want to get details. Its Details page appears.

    5. Click Backend sets under Resources. The Backend sets list appears. All backend sets are listed in tabular form.

    6. Click the backend set whose details you want to get. The backend set's Details page appears. The Details page contains information about the backend set, both general information and links to its resources. Some items in the page are read-only, while other items allow you to edit and update the backend set's configuration. See Editing a Load Balancer Backend Set.

  • Use the oci lb backend-set get command and required parameters to get a load balancer's details:

    oci lb backend-set get --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 GetBackendSet operation to display a list of backend sets for a load balancer.