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 TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns information about a Coherence cluster
Root Schema : cluster
Type:
Show Source
object
-
clusterName:
string
Read Only:
true
The name of the cluster. -
clusterSize:
integer(int32)
Read Only:
true
The total number of cluster nodes. -
licenseMode:
string
Read Only:
true
The license mode that this cluster is using. Possible values are Evaluation, Development or Production. -
localMemberId:
integer(int32)
Read Only:
true
The member id for the cluster member that is co-located with the reporting MBeanServer; -1 if the cluster service is not running. -
location:
string
Read Only:
true
The location of the MBean server -
memberIds:
array memberIds
Read Only:
true
An array of all existing cluster member ids. -
members:
array members
Read Only:
true
An array of all existing cluster members. -
membersDeparted:
array membersDeparted
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. -
membersDepartureCount:
integer(int64)
Read Only:
true
The number of times this node has observed another node`s departure from the cluster since this management node has joined the cluster or statistics have been reset. -
oldestMemberId:
integer(int32)
Read Only:
true
The senior cluster member id; -1 if the cluster service is not running. -
refreshTime:
string(date-time)
Read Only:
true
The timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time. -
running:
boolean
Read Only:
true
Specifies whether or not the cluster is running. -
type:
string
Read Only:
true
Allowed Values:[ "Cluster" ]
The type of the MBean -
version:
string
Read Only:
true
The Coherence version.
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