Upgrade the Nodegrid OS via API

Upgrade the Nodegrid OS via API

API endpoint can be used to upgarde the Nodegrid ISO.

Endpoint - /system/toolkit/upgrade 
Request - POST

If you are upgrading locally by copying an ISO image file in /var/sw/ then use this payload information,

"image-location": "upgrade-local",
"filename": "Nodegrid.iso",
"if_downgrading": "restore ",
"format_partitions_before_upgrade": " " 
Filename would be the name of the file you copied in /var/sw/

If you are upgrading via remote server then,

"image-location": "upgrade-remote",
"username": "username",
"password": "****",
"url": "http://<server_ip>:80/Nodegrid.iso",
"if_downgrading": " ",
"format_partitions_before_upgrade": " " 

If you are using ftp, you can use ftp://<server_ip>:21/Nodegrid.iso as url.

Note: If you are downgrading the version, If_downgrading value would be restore else it will apply factory default config.

    • Related Articles

    • Nodegrid OS Upgrade Path

      Due to the increased size of newer Nodegrid OS images, older systems may be required to go through an intermediate version when upgrading to ensure normal operation. The Nodegrid OS versions that can adjust the existing partition size to meet these ...
    • 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 format the hard disk while installing Nodegrid OS

      Starting in Nodegrid OS 5.2, there is the option to format the hard disk as part on the install process. Since this will will erase all configurations and logging, it is only recommended as a last resort in troubleshooting or when a clean start is ...
    • Nodegrid Docker license and virtualization

      The Nodegrid platform allows administrators to run Docker applications. The platform allows pulling of Docker applications from Docker Hub, starting and stopping of the Docker Containers. The management of Docker Applications is currently only ...
    • How Do I Upgrade the Software of My Nodegrid?

      Note: Be sure to follow the recommended upgrade paths: Nodegrid OS Upgrade Path To download the required ISOs: Downloading Firmware Update Steps for the Nodegrid software upgrade via WebUI From browsers, log into NodeGrid unit Click on "System" Click ...