asadmin [asadmin-options] list-http-lbs [--help]
[--long={false|true}]
[--output output]
[--header={false|true}]
[name]
|
list-http-lbs |
| Previous | Next | Contents |
lists load balancers
Synopsis
asadmin [asadmin-options] list-http-lbs [--help]
[--long={false|true}]
[--output output]
[--header={false|true}]
[name]
Description
Use the list-http-lbs subcommand to list physical load balancers.
|
Note
|
This subcommand is only applicable to Oracle Payara Server. This subcommand is not applicable to Payara Server Open Source Edition. |
Options
Options for the asadmin utility. For information about these
options, see the asadmin(1M) help page.
--help-?Displays the help text for the subcommand.
--long-lDisplays detailed information about each load balancer. The default
value is false.
--output-oDisplays specific details about each load balancer. Use a
comma-separated list to specify the details you want to display and
their order. For example,
list-http-lbs --output name,device-host,device-port. The values are
case-insensitive.
Possible values are as follows:
device-hostDisplays the device host or the IP address of the load balancing device. This host or IP is where the physical load balancer resides.
nameDisplays the name of the load balancer.
auto-apply-enabledDisplays whether the Auto Apply feature is enabled.
lb-config-nameDisplays the name of the load balancer configuration.
device-portDisplays the port used to communicate with the load balancing device.
--header-hSpecifies whether column headings are displayed when the --long
option is used. The default value is true. To suppress the headings,
set the --header option to false.
Operands
The name of the load balancer for which you want to display details.
Examples
Example 1 Listing Physical Load Balancers for a Domain
This example lists all physical load balancers defined for a domain.
asadmin> list-http-lbs
lb1
lb2
Command list-http-lbs executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.