Returns the health of the node.
GET/health
Returns the health of the node. A node considers itself healthy if its solid milestone is at most two delta away from the latest known milestone, has at least one ongoing gossip stream and the latest known milestone is newer than 5 minutes. This information might be useful for load-balancing or uptime monitoring.
Request
Responses
- 200
- 403
- 500
- 503
Successful operation: indicates that the node is healthy.
Unsuccessful operation: indicates that the endpoint is not available for public use.
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
Unsuccessful operation: indicates that the node isn´t healthy.
Loading...