View Cluster Information

get

/management/coherence/cluster

Use this endpoint to verify which cluster you are managing and to check whether the cluster is operational. You can also use this endpoint to get a list of cluster members and their associated IDs. Cluster information is often used as parameters when performing other resource operations.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

A successful request that returns information about a Coherence cluster
Body ()
Root Schema : cluster
Type: object
Show Source
Nested Schema : memberIds
Type: array
Read Only: true
An array of all existing cluster member ids.
Show Source
Nested Schema : members
Type: array
Read Only: true
An array of all existing cluster members.
Show Source
Nested Schema : membersDeparted
Type: array
Read Only: true
An array of strings containing the Member information for recently departed cluster members. Members will be removed from this array when the member id is recycled. This information is since the node has joined the cluster and is reset when the MBeanServer node leaves and rejoins the cluster. The MembersDepartureCount is the total count of departed members and not the size of this array.
Show Source
Back to Top