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(optional):
string
Read Only:
trueThe name of the cluster. -
clusterSize(optional):
integer(int32)
Read Only:
trueThe total number of cluster nodes. -
licenseMode(optional):
string
Read Only:
trueThe license mode that this cluster is using. Possible values are Evaluation, Development or Production. -
localMemberId(optional):
integer(int32)
Read Only:
trueThe member id for the cluster member that is co-located with the reporting MBeanServer; -1 if the cluster service is not running. -
location(optional):
string
Read Only:
trueThe location of the MBean server -
memberIds(optional):
array memberIds
Read Only:
trueAn array of all existing cluster member ids. -
members(optional):
array members
Read Only:
trueAn array of all existing cluster members. -
membersDeparted(optional):
array membersDeparted
Read Only:
trueAn 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(optional):
integer(int64)
Read Only:
trueThe 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(optional):
integer(int32)
Read Only:
trueThe senior cluster member id; -1 if the cluster service is not running. -
refreshTime(optional):
string(date-time)
Read Only:
trueThe timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time. -
running(optional):
boolean
Read Only:
trueSpecifies whether or not the cluster is running. -
type(optional):
string
Read Only:
trueAllowed Values:[ "Cluster" ]The type of the MBean -
version(optional):
string
Read Only:
trueThe Coherence version.
Nested Schema : memberIds
Type:
arrayRead Only:
trueAn array of all existing cluster member ids.
Show Source
Nested Schema : members
Type:
arrayRead Only:
trueAn array of all existing cluster members.
Show Source
Nested Schema : membersDeparted
Type:
arrayRead Only:
trueAn 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