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: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/resetStatistics
- Reset Service Statistics
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/resetStatistics
- Reset Service Statistics
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/resetStatistics
- Resume a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/resume
- Shutdown a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/shutdown
- Shutdown a Service on all the cluster members
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/shutdown
- Start a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/start
- Start a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/start
- Stop a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/stop
- Stop a Service on all the cluster members
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/stop
- Suspend a Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/suspend
- Update Service Information
- Method: postPath:
/management/coherence/cluster/services/{serviceName}
- View Proxy Service Connection Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/connections
- View Proxy Service Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy
- View Service Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}
- View Service Member Distribution State
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/distributionState
- View Service Member Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}
- View Service Member Ownership Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/ownership
- View Service Members
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/members
- View the List of Services
- Method: getPath:
/management/coherence/cluster/services