To properly display this page you need a browser with JavaScript support.
SoftNAS API Guide
Menu
Index
Search
Search
Search
3. Methods
3.15. statusupdate
← Previous page
Next page →
Copyright (c) SoftNAS LLC
To properly display this page you need a browser with JavaScript support.
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
See
Standard Request Structure
Response
See
Standard Response Structure
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