View Cache Information

get

/management/coherence/cluster/caches/{cacheName}

Use this endpoint to view general statistics for a cache. The information is aggregated across all cache members. Use the query parameters to change which aggregated results to view and to determine whether the results should be constrained to cluster members with a specific member role.

Request

Path Parameters
Query Parameters
  • The collector to use for aggregation
    Allowed Values: [ "all", "avg", "count", "list", "max", "min", "set", "sum", "intsummary", "longsummary", "doublesummary" ]
  • The data from cluster member belonging to the role will be included in the response
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns information about a cache
Body ()
Root Schema : cacheAggregate
Type: object
Show Source
Nested Schema : summaryNumber
Type: object
Show Source
Back to Top