Health

Returns the health of the node.

get

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.
get
GET /health HTTP/1.1
Host: iota.nownodes.io
Accept: */*

No content

Last updated