Get node health endpoint

Implementation is REQUIRED

resource: /node/health

method: GET

Request : void

Response: NodeHealthResponse

{
    "status": "UP"
}

Last updated