reset-all-settings
Use the interface to reset all settings back to default.
The reset process may take a few minutes, and all configuration data will be lost. After resetting, the device will restart, you can use the ping interface to check the device state.
HTTP Request
GET http://ip/usapi?method=reset-all-settings
Parameter | Description |
---|---|
method | reset-all-settings |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |