SoftNAS API Guide
Menu
Index

3.15. statusupdate

 
Description
 
This method will return the status on an update that is currently in progress.  The method checks the status of an update started by the method executeupdate.
 
POST statusupdate
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "OK. Update to version  2.0.13.el6.x86_64 completed at  Fri Jan 3 14:45:48 EST 2014",
        "records": {
            "msg": "OK. Update to version  2.0.13.el6.x86_64 completed at  Fri Jan 3 14:45:48 EST 2014"
        },
        "success": true,
        "total": 1
    },
    "session_id": 20012,
    "success": true
}
 
 
 
 
Made with help of Dr.Explain