Service REST Endpoints

Service
The Service resource provides a set of endpoints for managing the services that are running in a Coherence cluster. Use this resource to access operational information and performance statistics and to control the lifecycle of services. Applications should initially use this resource to discover the services in a cluster and their associated service names. Service names are required to access management resources and endpoints that are specific to a service.
Reset Connection Manager Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/resetStatistics
Reset Service Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/resetStatistics
Reset Service Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/resetStatistics
Resume a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/resume
Shutdown a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/shutdown
Shutdown a Service on all the cluster members
Method: post
Path: /management/coherence/cluster/services/{serviceName}/shutdown
Start a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/start
Start a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/start
Stop a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/stop
Stop a Service on all the cluster members
Method: post
Path: /management/coherence/cluster/services/{serviceName}/stop
Suspend a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/suspend
Update Service Information
Method: post
Path: /management/coherence/cluster/services/{serviceName}
View Proxy Service Connection Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/connections
View Proxy Service Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy
View Service Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}
View Service Member Distribution State
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/distributionState
View Service Member Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}
View Service Member Ownership Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/ownership
View Service Members
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members
View the List of Services
Method: get
Path: /management/coherence/cluster/services