How to find the RESTful API documentation in Nodegrid WebUI

How to find the RESTful API documentation in Nodegrid WebUI

The Nodegrid platform provides RESTful API, which can be used to read and change Nodegrid configuration.

The API documentation is embedded on Nodegrid.

One can find the API documentation on WebUI as folllows,
1. Login as admin and go to System
2. Go to Toolkit
3. one can see API. Just click the icon

OR

1. Go to pull-down USER menu in the top right corner of the main web page 
2. Pull down the menu
3. Click on API Documentation


Note: The API documentation can be found on each Nodegrid platform under https://<Nodegrid IP>/api_doc.html

Note: RESTful API support is fully supported in 4.1.x version. 
    • Related Articles

    • Nodegrid RESTful API's: How to paginate requests

      Nodegrid's RESTful API's: How to paginate requests Nodegrid's RESTful API's support pagination. Pagination is used to break down larger datasets into smaller pages. Each page is then requested separately. This helps to improve the system performance. ...
    • HowTo: Use ZPE Cloud REST API

      How To Use ZPE Cloud REST API: Querying Device Information via a Simple Python Script Overview ZPE Cloud provides a rich REST API that administrators can use to programmatically manage and monitor their Nodegrid devices. Instead of navigating the web ...
    • How to: Add OpenSearch Temperature visualization to Nodegrid

      The Dashboard (WebUI only) allows visual presentations of Event activities, Managed Device details, and data monitoring. Multiple dashboards can be created for different purposes. For example, one to monitor managed device data points (i.e., Power ...
    • How to Configure Nodegrid Serial Ports

      To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below.   WebUI Log in as admin to the Nodegrid Serial Console Web interface. Go to Managed Devices page. Select the serial ports you want to configure, or check ...
    • Wireguard Configuration via WebUI - Nodegrid

      Wireguard is a security-focused virtual private network known for its simplicity and ease of use. Nodegrid supports wireguard configuration from both Shell and Gui. Follow these steps to configure wireguard vpn tunnel via WebUI between two Nodegrid ...