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. Click Load balancer. The Load balancers page appears.
- Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.
- Select a State from the list to limit the load balancers displayed to that state.
- Select the load balancer whose listener you want to edit. The load balancer's Details page appears.
- Click Listeners under Resources. The Listeners list appears. All listeners are listed in tabular form.
- Click the associated with the listener set you want to edit and select Edit. The Edit listener dialog box appears.
- Edit the listener settings. See Creating a 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 parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateListener operation to edit a listener for a load balancer.