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: postPath:
/management/coherence/cluster/services/{serviceName}/federation/pause
- Pause Federation to a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/pause
- Replicate All Caches to a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/replicateAll
- Reset Incoming Statistics of a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}/resetStatistics
- Reset Outgoing Statistics of a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}/resetStatistics
- Start Federation
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/start
- Start Federation After Synchronizing
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/startWithSync
- Start Federation to a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/start
- Start Federation to a Participant After Synchronizing
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithSync
- Start Federation With No Backlog
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/startWithNoBacklog
- Start Federation With no Backlog to a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithNoBacklog
- Stop Federation
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/stop
- Stop Federation to a Participant
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/stop
- View Federation Coordinator Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/federation
- View Federation State
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/federation/state
- View Incoming Statistics
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants
- View Incoming Statistics of a Participant
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}
- View Outgoing Statistics
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants
- View Outgoing Statistics of a Participant
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}
- View Pending Incoming Message Count
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/federation/pendingIncomingMessages
- View Pending Outgoing Message Count
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/federation/pendingOutgoingMessages