post http://localhost:14266/#getNodeInfo
Returns information about your Node.
Field | Description |
---|---|
appName | Name of app you are currently using. ARI stands for Aidos Reference Implementation |
appVersion | The version of the Aidos software you're currently running. |
jreAvailableProcesses | Available cores on your machine for JRE. |
jreFreeMemory | Returns the amount of free memory in the Java Virtual Machine. |
jreMaxMemory | Returns the maximum amount of memory that the Java virtual machine will attempt to use. |
jreTotalMemory | Returns the total amount of memory in the Java virtual machine. |
latestMilestone | Latest milestone that was signed off by the coordinator. |
latestMilestoneIndex | Index of the latest milestone. |
latestSolidSubmeshMilestone | The latest milestone which is solid and is used for sending transactions. For a milestone to become solid your local node must basically approve the submesh of coordinator-approved transactions, and have a consistent view of all referenced transactions. |
latestSolidSubmeshMilestoneIndex | Index of the latest solid submesh. |
peers | Number of peers you are directly connected with. |
packetsQueueSize | Packets which are currently queued up. |
time | Current UNIX timestamp. |
tips | Number of tips in the network. |
transactionsToRequest | Transactions to request during syncing process. |