View Proxy Service Connection Information
get
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/connections
Use this endpoint to view a list of client connections for a proxy service on a specific service member.
Request
Path Parameters
-
memberIdentifier: string
An identifier of the member, it can either be the name or the nodeId of the member.
-
serviceName: string
Name of the cache service.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns a list of proxy connections
Nested Schema : items
Type:
Show Source
array-
Array of:
object proxyConnection
Details of the remote proxy connection
Nested Schema : proxyConnection
Type:
objectDetails of the remote proxy connection
Show Source
-
connectionTimeMillis(optional):
integer(int64)
Read Only:
trueThe time duration (in milliseconds) that the client has been connected. -
location(optional):
string
Read Only:
trueThe location of the MBean server -
member(optional):
string
Read Only:
trueName of the cluster member -
messagingDebug(optional):
boolean
Debug flag. When true and the node's logging level is 6 or higher, sent and received messages will be logged for this connection. If this attribute in the ConnectionManager MBean is true and the node's logging level is 6 or higher, sent and received messages will also be logged.
-
nodeId(optional):
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
outgoingByteBacklog(optional):
integer(int64)
Read Only:
trueThe backlog (in bytes) of the outgoing queue -
outgoingMessageBacklog(optional):
integer(int32)
Read Only:
trueThe backlog of the outgoing message queue. -
refreshTime(optional):
string(date-time)
Read Only:
trueThe timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time. -
remoteAddress(optional):
string
Read Only:
trueThe IP address of the corresponding client. -
remotePort(optional):
integer(int32)
Read Only:
trueThe port of the corresponding client. -
timestamp(optional):
string(date-time)
Read Only:
trueThe date/time value (in local time) that the corresponding client connected to the Proxy. -
totalBytesReceived(optional):
integer(int64)
Read Only:
trueThe total number of bytes received since the last time the statistics were reset. -
totalBytesSent(optional):
integer(int64)
Read Only:
trueThe total number of bytes sent since the last time the statistics were reset. -
totalMessagesReceived(optional):
integer(int64)
Read Only:
trueThe total number of messages received since the last time the statistics were reset. -
totalMessagesSent(optional):
integer(int64)
Read Only:
trueThe total number of messages sent since the last time the statistics were reset. -
type(optional):
string
Read Only:
trueAllowed Values:[ "Connection" ]The type of the MBean -
UUID(optional):
string
Read Only:
trueThe unique identifier for this connection.