sys/update_status
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added | Version Removed |
---|---|---|---|---|---|---|
sys | update_status | no | no | no | 1 | 1.2 |
This API has been removed and is no longer available on version 1.2 and later
View the log file for the current update procedure, and report whether the system is waiting to reboot to finish performing updates.
- Required:
- none ({})
- Optional:
- none ({})
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
"args" : {
"reboot_required" : true,
"update_running" : false,
"update_status" : "log file of information<br>on multiple lines"
}
This API call does not generate a detailed log summary item
This API call does not emit any middleware events.