SoftNAS API Guide
Menu
Index

3.14. executeupdate

 
Description
 
This method can be used to executes and apply a software updates.
 
POST executeupdate
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "Update was started successfully. Version '2.0.13.el6.x86_64' installation is underway...",
        "records": {
            "msg": "Update was started successfully. Version '2.0.13.el6.x86_64' installation is underway...",
            "newversion": "2.0.13.el6.x86_64"
        },
        "success": true,
        "total": 2
    },
    "session_id": 20012,
    "success": true
}
 
 
 
Made with help of Dr.Explain