How-To: Remote Control the Robin
Robin Tech Note
8.
After the reboot, use the ‘
get_versions’
command to check if the upgrade. Is the “version_run-
ning” identical to the “version_installed” and is the “version_available” empty? The upgrade
went successfully:
Command:
curl -u admin:<password> “http://<address>/api/v1/get_versions”
Goal:
Retrieve the software versions.
Answer:
{
“ok”:true,”rv”:{
“version_available”:””,
”version_installed”:”dev+3870”,
”version_running”:”dev+3870”
}
}