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

Response

Supported Media Types

200 Response

A successful request that returns the health checks for the specific Coherence cluster member.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : health
Type: object
Show Source

404 Response

The specified member does not exist.
Back to Top