View Federation Coordinator Information
get
/management/coherence/cluster/services/{serviceName}/federation
Use this endpoint to view the status of the federation coordinator for a specific federated service.
Request
Path Parameters
-
serviceName(required): string
Name of the cache service.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns federation coordinator information
Root Schema : federationCoordinator
Type:
object
Life-cycle Control for Federation.
Show Source
-
coordinatorId:
integer
The federation coordinator node's member Id.
-
location:
string
Read Only:
true
The location of the MBean server -
member:
string
Name of the cluster member
-
nonFederatedCaches:
array nonFederatedCaches
List of the names of the caches that belong to a Federated Cache Service, but are not being federated.
-
pendingOutgoingMessageCount:
integer(int64)
The number of pending outgoing messages.
-
responsibility:
string
Read Only:
true
Allowed Values:[ "Coordinator" ]
The responsibility type -
traceLogging:
boolean
Default Value:
false
True if federation trace logging is on. -
type:
string
Read Only:
true
Allowed Values:[ "Federation" ]
The type of the MBean
Nested Schema : nonFederatedCaches
Type:
array
List of the names of the caches that belong to a Federated Cache Service, but are not being federated.
Show Source