Get node health endpoint

resource: /node/health

method: GET

Request : void

Response: NodeHealthResponse

{
    "status": "UP"
}

Last updated

Was this helpful?