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
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns the information for the named health check
Body ()
Root Schema : health
Type: object
Show Source

404 Response

No health check exists for the specified name
Back to Top