Node Management on RainMaker CLI
about
Node management on the RainMaker CLI involves listing, inspecting, monitoring, and removing ESP32-based nodes associated with a user account. Using commands like getnodes
, getnodedetails
, getnodeconfig
, and getnodestatus
, developers can retrieve comprehensive information about a node's configuration, connected devices, services, parameters, and online/offline status. The purpose of node management is to ensure visibility and control over all registered devices in the ecosystem, enabling tasks like diagnostics, remote control, configuration validation, and lifecycle management (including node decommissioning via removenode
).
- To learn more about what a Node is, click here.
Usage Guide
信息
This guide is with reference to the Node Management on RainMaker CLI Documentation.
Loading README...
More Info
- REST API usage information for Command Response can be found in the Swagger documentation.