SoftNAS API Guide
Menu
Index

3.13. checkupdate

 
Description
 
This method is used to check if new software updates are available.
 
POST licenseinfo
 
 
 
Request
 
 
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