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
  • Read Only: true
    The name of the cluster.
  • Read Only: true
    The total number of cluster nodes.
  • Read Only: true
    The license mode that this cluster is using. Possible values are Evaluation, Development or Production.
  • 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.
  • Read Only: true
    The location of the MBean server
  • memberIds
    Read Only: true
    An array of all existing cluster member ids.
  • members
    Read Only: true
    An array of all existing cluster members.
  • 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.
  • 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.
  • Read Only: true
    The senior cluster member id; -1 if the cluster service is not running.
  • Read Only: true
    The timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time.
  • Read Only: true
    Specifies whether or not the cluster is running.
  • Read Only: true
    Allowed Values: [ "Cluster" ]
    The type of the MBean
  • 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
Back to Top