View JVM Memory Information

get

/management/coherence/cluster/members/{memberIdentifier}/platform/memory

Use this endpoint view JVM memory statistics for a specific cluster member.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns JVM memory information
Body ()
Root Schema : jvmMemory
Type: object
Show Source
Nested Schema : heapMemoryUsage
Type: object
Read Only: true
Show Source
Nested Schema : nonHeapMemoryUsage
Type: object
Read Only: true
Show Source
Back to Top