View the specific health check in a specific members

get

/management/coherence/cluster/health/{healthIdentifier}/members/{memberIdentifier}

Use this endpoint to view the specific health checks in a specific Coherence cluster member.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns the specified health checks for specified member.
Body ()
Root Schema : health
Type: object
Show Source

404 Response

No health check exists for the specified name, or no cluster member existes with the specified id.
Back to Top