reboot
Use the interface to reboot the device as administrator and log in again after rebooting.
The reboot process may take a few minutes. You can use ping to determine whether the reboot is finished.
Request Mode
GET/POST /api/reboot
Response Body
{
"status": 0,
"delay": 5,
"estimate-sec": 15
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
delay | Implement reboot after the delay, in seconds |
estimate-sec | Estimated time for reboot, in seconds |