Viewing a Load Balancer Backend Server
On Compute Cloud@Customer, you can view a list of the backend servers in an existing load balancer backend set and view their details.
-
In the Compute Cloud@Customer Console navigation menu, click Networking, then click Load Balancers.
- At the top of the page, select the compartment that contains the load balancer.
-
Click the name of the load balancer for which you want to list backend servers.
- Under Resources, click the name of the backend set to view its details, such as IP address, port, and weight.
-
Use the oci lb backend list command and required parameters to view a list of the backend servers in an existing load balancer backend set and view their details.
oci lb backend list --backend-set-name backend-set-name \ --load-balancer-id load-balancer_OCID
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the ListBackend operation to view a list of the backend servers in an existing load balancer backend set and view their details.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.