evernode_host_diagnostics
Automates the official Evernode host troubleshooting checklist by verifying registration, heartbeat, instance load, reputation, trustline, and lease offers in a single call.
Instructions
One-call health check for an Evernode host (the official docs' troubleshooting checklist, automated): registration entry on the governor namespace, heartbeat liveness vs the on-chain active rule (current moment − heartbeatFreq×momentSize), instance load, reputation byte, EVR trustline + balance, registration URIToken held, lease offers, machine specs + accumulated EVR reward. Layout verified against canonical evernode-js-client + live mainnet. Read-only; ~9 serial RPC reads (slow but thorough).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | host r-address | |
| network | No | mainnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| notes | No | ||
| specs | No | ||
| checks | No | ||
| leases | No | ||
| address | No | ||
| network | No | ||
| summary | No | ||
| balances | No | ||
| warnings | No | ||
| heartbeat | No | ||
| registration | No | ||
| isRegisteredHost | No |