View Aggregated Platform Memory

get

/management/coherence/cluster/platform/memory

Use this endpoint to view memory usage aggregated across all Coherence cluster members.

Request

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 aggregated memory usage
Body ()
Root Schema : jvmMemoryAggregate
Type: object
Show Source
Nested Schema : memoryUsage
Type: object
Show Source
Nested Schema : summaryNumber
Type: object
Show Source
Back to Top