Health API
Used for measuring node health.
Path
API Methods
health.getLiveness
Get health check on this node.
heartbeat
is the unix timestamp of the last time the network handled a message.timestamp
is the timestamp of the last health check.duration
is the execution duration of the last health check in milliseconds.contiguousFailures
is the number of fails that occurred in a row.timeOfFirstFailure
is the time of the initial transitional failure.
Example Call
Last updated