sys/reboot_time
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added | Version Removed |
---|---|---|---|---|---|---|
sys | reboot_time | no | no | no | 1 | 1.2 |
API Call Obsolete : Removed in version 1.2
See if there is a scheduled reboot of the TrueCommand system, and the time remaining before the system reboot occurs.
- Required:
- none ({})
- Optional:
- none ({})
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
"args" : {
"reboot_scheduled" : true,
"reboot_delay_seconds" : 13,
"reboot_time" : "2019-01-01T05:40:19Z",
"reboot_type" : "restart"
}
OR if no reboot is scheduled:
"args" : {
"reboot_scheduled" : false
}
This API call does not generate a detailed log summary item
This API call does not emit any middleware events.