View Proxy Service Information
get
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy
Use this endpoint to view operational and performance statistics for a proxy service on the specified service member. HTTP proxy information is provided if an HTTP Acceptor is configured. The information includes throughput and connection metrics for clients that connect to the cluster using the proxy service.
Request
Path Parameters
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
-
serviceName(required): string
Name of the cache service.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns proxy service information
Root Schema : proxyInfo
Type:
object
Details of the proxy service
Show Source
-
averageRequestTime:
number(float)
Read Only:
true
The average processing time in milliseconds for HTTP requests. -
connectionCount:
integer(int32)
Read Only:
true
The number of client connections. -
hostIP:
string
Read Only:
true
The IP address and port of the Proxy host. -
httpServerType:
string
Read Only:
true
The type of HTTP server or n/a if not using HTTP protocol. -
incomingBufferPoolCapacity:
integer(int64)
Read Only:
true
The pool capacity (in bytes) of the incoming buffer. -
incomingBufferPoolSize:
integer(int32)
Read Only:
true
The number of buffers in the incoming pool. -
location:
string
Read Only:
true
The location of the MBean server -
member:
string
Read Only:
true
Name of the cluster member -
messagingDebug:
boolean
Debug flag. When true and the node's logging level is 6 or higher, sent and received messages will be logged for all the connections under this service.
-
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
outgoingBufferPoolCapacity:
integer(int64)
Read Only:
true
The pool capacity (in bytes) of the outgoing buffer. -
outgoingBufferPoolSize:
integer(int32)
Read Only:
true
The number of buffers in the outgoing pool. -
outgoingByteBacklog:
integer(int64)
Read Only:
true
The backlog (in bytes) of the outgoing queue -
outgoingMessageBacklog:
integer(int64)
Read Only:
true
The backlog of the outgoing message queue. -
protocol:
string
Read Only:
true
Allowed Values:[ "tcp", "http" ]
Protocol associated with this ConnectionManagerMBean. Valid values are tcp or http. -
refreshTime:
string(date-time)
Read Only:
true
The timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time. -
requestsPerSecond:
number(float)
Read Only:
true
The number of HTTP requests per second since the statistics were reset. -
responseCount1xx:
integer(int64)
Read Only:
true
The number of HTTP responses in the 100-199 range. -
responseCount2xx:
integer(int64)
Read Only:
true
The number of HTTP responses in the 200-299 range. -
responseCount3xx:
integer(int64)
Read Only:
true
The number of HTTP responses in the 300-399 range. -
responseCount4xx:
integer(int64)
Read Only:
true
The number of HTTP responses in the 400-499 range. -
responseCount5xx:
integer(int64)
Read Only:
true
The number of HTTP responses in the 500-599 range. -
totalBytesReceived:
integer(int64)
Read Only:
true
The total number of bytes received by the Proxy host since the statistics were last reset. -
totalBytesSent:
integer(int64)
Read Only:
true
The total number of bytes sent by the Proxy host since the statistics were last reset. -
totalErrorCount:
integer(int64)
Read Only:
true
The number of HTTP requests that caused errors. -
totalMessagesReceived:
integer(int64)
Read Only:
true
The total number of messages received by the Proxy host since the statistics were last reset. -
totalMessagesSent:
integer(int64)
Read Only:
true
The total number of messages sent by the Proxy host since the statistics were last reset. -
totalRequestCount:
integer(int64)
Read Only:
true
The number of requests serviced since the HTTP server was started or the statistics were reset. -
type:
string
Read Only:
true
Allowed Values:[ "ConnectionManager" ]
The type of the MBean -
unauthorizedConnectionAttempts:
integer(int64)
Read Only:
true
The number of connection attempts from unauthorized hosts.