Returns the health of the node.
GET/health
Returns the health of the node. A node considers itself healthy if it is bootstrapped and its Accepted Tangle Time (ATT) is not further behind its local clock than BootstrapWindow.
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...