View the List of health checks for a specific member
get
/management/coherence/cluster/health/members/{memberIdentifier}
Use this endpoint to list the health checks in a Coherence cluster member.
Request
Path Parameters
-
memberIdentifier: 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 the health checks for the specific Coherence cluster member.
Nested Schema : health
Type:
Show Source
object
-
description(optional):
string
Read Only:
true
The description of the health check -
live(optional):
boolean
Read Only:
true
The live status service represented by the health check -
memberHealthCheck(optional):
boolean
Read Only:
true
A flag indicating whether this health check contributes to the member's overall health -
name(optional):
string
Read Only:
true
The name of the health check -
nodeId(optional):
integer(int64)
Read Only:
true
The ID of member to which the health check belongs -
ready(optional):
boolean
Read Only:
true
The ready status service represented by the health check -
safe(optional):
boolean
Read Only:
true
The safe status service represented by the health check -
started(optional):
boolean
Read Only:
true
The started status service represented by the health check -
type(optional):
string
Read Only:
true
Allowed Values:[ "Health" ]
The type of the MBean
404 Response
The specified member does not exist.