You can use the ListActiveNodes method to return the list of currently active nodes that are in the cluster.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
nodes | List of active nodes in the cluster. | node array |
Requests for this method are similar to the following example:
{ "method": "ListActiveNodes", "params": {}, "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.
9.6