Federation REST Endpoints

Federation
The Federation resource provides a set of endpoints for managing federation for a service. Use this resource to access operational information and performance statistics and to perform federation operations. This API is available only when you use the Coherence Grid Edition.
Pause Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/pause
Pause Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/pause
Replicate All Caches to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/replicateAll
Reset Incoming Statistics of a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}/resetstatistics
Reset Outgoing Statistics of a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}/resetstatistics
Start Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/start
Start Federation After Synchronizing
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/startWithSync
Start Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/start
Start Federation to a Participant After Synchronizing
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithSync
Start Federation With No Backlog
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/startWithNoBacklog
Start Federation With no Backlog to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithNoBacklog
Stop Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/stop
Stop Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/stop
View Federation Coordinator Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation
View Federation State
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/state
View Incoming Statistics
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants
View Incoming Statistics of a Participant
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}
View Outgoing Statistics
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants
View Outgoing Statistics of a Participant
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}
View Pending Incoming Message Count
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/pendingIncomingMessages
View Pending Outgoing Message Count
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/pendingOutgoingMessages