RippledServerInfo

  • Type: Object

This type can contain the following fields:

Field Type Required? Description
buildVersion String Required The version number of the running rippled version.
completeLedgers String Required Range expression indicating the sequence numbers of the ledger versions the local rippled has in its database. It is possible to be a disjoint sequence, e.g. “2500-5000,32570-7695432”.
fetchPack Number Optional
hostID String Required On an admin request, returns the hostname of the server running the rippled instance; otherwise, returns a unique four letter word.
ioLatencyMs Number Required Amount of time spent waiting for I/O operations to be performed, in milliseconds. If this number is not very, very low, then the rippled server is probably having serious load issues.
jqTransOverflow String Optional
load Object (Load) Optional (Admin only) Detailed information about the current load state of the server.
lastClose Object (LastClose) Required Information about the last time the server closed a ledger.
loadFactor Number Required The load factor the server is currently enforcing, as a multiplier on the base transaction fee. The load factor is determined by the highest of the individual server’s load factor, cluster’s load factor, and the overall network’s load factor.
peerDisconnects String Optional
peerDisconnectsResources String Optional
peers Integer Required How many other rippled servers the node is currently connected to.
pubkeyNode String Required Public key used to verify this node for internal communications; this key is automatically generated by the server the first time it starts up. (If deleted, the node can just create a new pair of keys.)
pubkeyValidator String Optional (Admin only) Public key used by this node to sign ledger validations.
serverState String (ServerState) Required A string indicating to what extent the server is participating in the network. See Possible Server States for more details.
serverStateDurationUs String Optional The amount of time, in microseconds, that the server has continuously been in the present state (full, syncing, etc.)
stateAccounting Object Optional Total duration spent in and every transition to various server states. This can be useful for tracking the long-term health of your server's connectivity to the network.
time String Optional
uptime Number Optional Number of consecutive seconds that the server has been operational.
validatedLedger Object (ValidatedLedger) Required Information about the fully-validated ledger with the highest sequence number (the most recent).
validationQuorum Number Required Minimum number of trusted validations required in order to validate a ledger version. Some circumstances may cause the server to require more validations.
validatorList Object Optional