Getting a Load Balancer's Details

Describes how to get a load balancer's details.

    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. Select the load balancer whose details you want to get.

      The Load Balancer Details dialog box appears.

      The Details page contains information about the load balancer, 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 load balancer's configuration. See Editing a Load Balancer.

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

    oci lb load-balancer get --load-balancer-id load_balancer_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetLoadBalancer operation to create a load balancer.