View a named health check
get
/management/coherence/cluster/health/{healthIdentifier}
Use this endpoint to view a specific named health check in a Coherence cluster. This is an aggregated view of the named health check from all cluster members that it is present on.
Request
Path Parameters
-
healthIdentifier(required): string
An identifier of a health check.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns the information for the named health check
Root Schema : health
Type:
Show Source
object
-
description:
string
Read Only:
true
The description of the health check -
live:
boolean
Read Only:
true
The live status service represented by the health check -
memberHealthCheck:
boolean
Read Only:
true
A flag indicating whether this health check contributes to the member's overall health -
name:
string
Read Only:
true
The name of the health check -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the health check belongs -
ready:
boolean
Read Only:
true
The ready status service represented by the health check -
safe:
boolean
Read Only:
true
The safe status service represented by the health check -
started:
boolean
Read Only:
true
The started status service represented by the health check -
type:
string
Read Only:
true
Allowed Values:[ "Health" ]
The type of the MBean
404 Response
No health check exists for the specified name