list-hazelcast-cluster-members

List the current members of the Data Grid visible to the domain.

Synopsis

asadmin [asadmin-options] list-hazelcast-cluster-members
[--help]
[--type type]

Description

This command can be used to list the current members of the Data Grid in a formatted table.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--help
-?

Displays the help text for the subcommand.

--type

Specifies the type of cluster members to list, which will be either server or micro. The default value is both.

Examples

Example 1 List the current members of the Data Grid visible to the domain

asadmin> list-hazelcast-cluster-members --type server
Instance Name  Instance Group  Instance Type  Host Name     HTTP Ports  HTTPS Ports  Admin Port  Hazelcast Port  Lite Member  Deployed Applications  Last Heartbeat
instance1      MicroShoal      INSTANCE       /172.18.64.1  28080       28181        24848       2900            false                               2024-03-26 01:23:23
server         MicroShoal      DAS            /172.18.64.1  8080        8181         4848        4900            false        __admingui             2024-03-26 01:23:20
Command list-hazelcast-cluster-members executed successfully.