Get cluster information

Shows cluster information and machines currently in the cluster.

Example

JSON output

{
    "cluster": {
        "enabled": true
    }, "machines": [{
        "alias": null,
        "ip": "127.0.0.1",
        "port": 2551,
        "roles": [],
        "status": "Up"
    }]
}

The platform returns whether cluster mode is enabled (see the nc option in the command line reference) and a list of all machines in the cluster. If not part of a cluster, only the current machine is returned. For each machine, the alias, if known, is returned as well. The alias can be specified when adding a machine to a cluster. For each machine, the Akka roles, if any, are shown as well. For more information about information on individual machines, look here.