View Service Member Information

get

/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}

Use this endpoint to view operational and performance information for a specified service member. Management information includes how well service tasks and requests are being executed, the current partition distribution status, the current high availability status, how well threads are performing and how well the service member is communicating with other service members. If a service is configured to use persistence, then persistence information is also reported.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns management information for a service member
Body ()
Root Schema : serviceMember
Type: object
Show Source
Nested Schema : eventInterceptorInfo
Type: array
Read Only: true
An array of statistics for events processed by event interceptors.
Show Source
Nested Schema : transportBackloggedConnectionList
Type: array
Read Only: true
A list of currently backlogged connections on the service dedicated transport.
Show Source
Back to Top