Viewing a Load Balancer Virtual Hostname
On Compute Cloud@Customer, you can view the virtual hostnames associated with a load balancer (LB).
-
In the Compute Cloud@Customer Console navigation menu, select Networking, then select Load Balancers.
- At the top of the page, select the compartment that contains the load balancer.
-
Select the name of the Load Balancer for which you want to view the virtual hostnames.
-
Under Resources, select Hostnames.
-
Use the oci lb hostname list command and required parameters to list all hostname resources associated with the specified load balancer..
oci lb hostname list --load-balancer-id load-balancer_OCID
Use the oci lb hostname get command and required parameters to get the specified hostname resource configuration information.
oci lb hostname get --load-balancer-id load-balancer_OCID
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
This task isn't available in the API.
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.