View Cache Information by Service
get
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}
Use this endpoint to view general statistics for a cache that is managed by a specific service. The information is aggregated across all cache members. Use the query parameters to change which aggregated results to view and whether the results should be constrained to cluster members with a specific member role.
Request
Path Parameters
-
cacheName(required): string
Name of the cache.
-
serviceName(required): string
Name of the cache service.
Query Parameters
-
collector: string
The collector to use for aggregationAllowed Values:
[ "all", "avg", "count", "list", "max", "min", "set", "sum", "intsummary", "longsummary", "doublesummary" ]
-
role: string
The data from cluster member belonging to the role will be included in the response
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about a cache
Root Schema : cacheAggregate
Type:
Show Source
object
-
averageMissMillis:
object summaryNumber
-
highUnits:
integer(int64)
-
name:
string
Name of the cluster member.
-
totalPutsMillis:
integer(int64)