Cache (Short Form) REST Endpoints

Cache (Short Form)
The Cache (Short Form) resource provides a set of endpoints for managing Coherence caches and does not require the service name to which the cache belongs. Use this resource to access operational information and performance statistics. Cache data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover caches and their associated cache names. Cache names are required to access management data.
Reset Cache Statistics
Method: post
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}/resetStatistics
Update Cache Member
Method: post
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
View Cache Information
Method: get
Path: /management/coherence/cluster/caches/{cacheName}
View Cache Member Information
Method: get
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
View Cache Members
Method: get
Path: /management/coherence/cluster/caches/{cacheName}/members
View Caches
Method: get
Path: /management/coherence/cluster/caches