Editing a Load Balancer Listener
Update a listener's configuration for a load balancer.
-
Open the navigation menu, click Networking, and then click Load balancers.
The Load balancers page appears.
-
Select the Compartment from the list.
All load balancers and network load balancers in that compartment are listed in tabular form.
-
(optional) Select a State from the list to limit the load balancers displayed to that state.
-
(optional) Uncheck Network load balancer under Type to only display load balancers.
-
Select the load balancer whose listener you want to edit. Its Details page appears.
-
Click Listeners under Resources.
The Listeners list appears. All listeners are listed in tabular form.
-
Click the Actions icon associated with the listener set you want to edit and click Edit.
The Edit listener dialog box appears.
-
Edit the listener settings. See Creating a Load Balancer Listener for details on specific configurations.
-
Click Save changes.
-
Use the oci lb listener update command and required parameters to edit a load balancer's listener:
oci lb listener update --load-balancer-id load-balancer_id --listener-name listener_name --default-backend-set-name default_backend_set_name --port port --protocol protocol [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the UpdateListener operation to edit a listener for a load balancer.