View Coherence*Web Application Member Information
get
/management/coherence/cluster/webApplications/{appId}/members/{memberIdentifier}
Use this endpoint to view performance and operational statistics for a specific Coherence*Web application member. The information includes session, overflow, and local cache statistics.
Request
Path Parameters
-
appId(required): string
ID pf the application.
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns Coherence*Web application member information
Root Schema : coherenceWebMember
Type:
Show Source
object
-
appId:
string
ID of the Coherence*Web application
-
averageReapDuration:
integer(int64)
Read Only:
true
-
averageReapedSessions:
integer(int64)
Read Only:
true
-
collectionClassName:
string
Read Only:
true
-
factoryClassName:
string
Read Only:
true
-
lastReapCycle:
string(date)
Read Only:
true
-
lastReapDuration:
integer(int64)
Read Only:
true
-
localAttributeCacheName:
string
Read Only:
true
-
localAttributeCount:
string
Read Only:
true
-
localSessionCacheName:
string
Read Only:
true
-
localSessionCount:
integer(int64)
Read Only:
true
-
location:
string
Read Only:
true
The location of the MBean server -
maxReapDuration:
integer(int64)
Read Only:
true
-
maxReapedSessions:
integer(int64)
Read Only:
true
-
member:
string
Name of the cluster member
-
nextReapCycle:
string(date)
Read Only:
true
-
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
overflowAverageSize:
integer(int64)
Read Only:
true
-
overflowCacheName:
string
Read Only:
true
-
overflowMaxSize:
integer(int64)
Read Only:
true
-
overflowThreshold:
integer(int64)
Read Only:
true
-
overflowUpdates:
integer(int64)
Read Only:
true
-
reapedSessions:
integer(int64)
Read Only:
true
-
reapedSessionsTotal:
integer(int64)
Read Only:
true
-
servletContextCacheName:
string
Read Only:
true
-
servletContextName:
string
Read Only:
true
-
sessionAverageLifetime:
integer(int64)
Read Only:
true
-
sessionAverageSize:
integer(int64)
Read Only:
true
-
sessionCacheName:
string
Read Only:
true
-
sessionIdLength:
integer(int64)
Read Only:
true
-
sessionMaxSize:
integer(int64)
Read Only:
true
-
sessionMinSize:
integer(int64)
Read Only:
true
-
sessionStickyCount:
integer(int64)
Read Only:
true
-
sessionTimeout:
integer(int64)
Read Only:
true
-
sessionUpdates:
integer(int64)
Read Only:
true
-
type:
string
Read Only:
true
Allowed Values:[ "HttpSessionManager" ]
The type of the MBean