requestReboot (v1.0)

Estimated reading time: 1 minute

This API provides the function to reboot the device.

Syntax

http://<Base URL>/system

Authentication Level

generic

Request

params' Elements
Not necessary.
JSON Example
{
    "method": "requestReboot",
    "id": 10,
    "params": [],
    "version": "1.0"
}

Response

result's Elements
Not necessary.
JSON Example
{
    "result": [],
    "id": 10
}
Error Code
No additional error codes are defined. Refer to error code for common errors.
Last modified: 6 Feb 2019