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
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully, and the device will reboot. Refer to API Status Codes to find specific description for other values. |