×
Menu
Index

checkupdate

 

Description

 
Check if new software updates are available.
 
POST checkupdate
 

Request

 
Consult section Standard Request Structure,
 

Response

 
 
Example
{
    "result": {
        "msg": "A newer version is available",
        "records": {
            "msg": "A newer version is available",
            "newversion": "2.0.13.el6.x86_64",
            "updateavailable": true,
            "version": "2.0.9.el6.x86_64"
        },
        "success": true,
        "total": 4
    },
    "session_id": 20012,
    "success": true
}
 
 
Made with help of Dr.Explain
Copyright (c) SoftNAS LLC