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
Body ()
ObjectName pattern to search for.
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

It returns a collection of the status for all the MBeans that were reset.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: array
Show Source
Back to Top