Reset Member Statistics for all the members
post
/management/coherence/cluster/resetStatistics
Use this endpoint to clear the current statistics for all the members.
This end point also takes an ObjectName pattern (query) to allow you to control
the MBeans to reset. For example, if you want to reset all the MBeans in
the cluster, use pattern "Coherence:type=*" (for MBeans that don't support
statistics reset an error will be returned). If you want to reset all the
cache MBeans, pattern "Coherence:type=Cache,*". Pattern should be passed as
a json object in the request body
Example: {"query": "Coherence:type=Service,name=DistributedCachePersistence,nodeId=1"} - reset statistics on a specific service and member
Request
Supported Media Types
- application/json
ObjectName pattern to search for.
Response
Supported Media Types
- application/json
200 Response
It returns a collection of the status for all the MBeans that were reset.