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.
Responses
200
Successful operation: indicates that the node is healthy.
403
Unsuccessful operation: indicates that the endpoint is not available for public use.
500
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
503
Unsuccessful operation: indicates that the node isn´t healthy.
get
GET /health HTTP/1.1
Host: iota.nownodes.io
Accept: */*
No content
Last updated