Viewing NLB Details
On a Roving Edge device, you can view a list of existing network load balancers (NLBs) and view their details.
-
In the Roving Edge Device Console navigation menu, select Networking, then select Network Load Balancers.
- At the top of the page, select the compartment that contains the NLB.
-
Select the name of the NLB to go to its details page.
Alternatively, for the NLB for which you want to see the details, select the Actions menu (
) and select the View details option.
-
Use the following commands to view NLBs:
- Use oci nlb network-load-balancer list to see a list of
NLBs.
oci nlb network-load-balancer list [OPTIONS] - Use oci nlb network-load-balancer get to see the details of a particular NLB.
oci nlb network-load-balancer get --network-load-balancer-id networkloadbalancer_OCID [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
- Use oci nlb network-load-balancer list to see a list of
NLBs.
Use the following operations to view NLBs:
- Use ListNetworkLoadBalancers to list all NLBs.
- Use GetNetworkLoadBalancer to get the details of a particular NLB.
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.