Getting a Load Balancer Backend Server's Details
View the details of a backend server for a load balancer.
- On the Load balancers list page, find 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.
- On the load balancer's details page, select Backend sets.
- In the Backend sets section, select the backend set that contains the backend server.
- On the backend set's details page, select Backends.
The Backends list displays 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 get the details of a load balancer's backend server:
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 get the details of a backend contained within a backend set for a load balancer.