lbcli list connected-hosts
Lists connected-hosts resources.
lbcli list connected-hosts [flags]
Examples:
# List all hosts that are connected to the cluster. Optionally filtered by volume UUID or host NQN:
lbcli list connected-hosts
lbcli list connected-hosts --volumeUUID=3b0b3db9-b366-4070-b012-08542193af00 --nqn=nqn.2020-01.com.example:uuid:c821007a-64b6-4d96-9598-a09d5f1d6e14
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for connected-hosts. | |
--nqn | string | Filter connected hosts by host NQN. | ||
--volumeUUID | string | Filter connected hosts by volume UUID. |
This command returns the following fields for each connected host. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.
Field | Type | Description |
---|---|---|
Host NQN | string | Host NQN. |
IP Address | string | IP address. |
Host Name | string | Host name. |
Was this page helpful?