/api/system/reset
Use this interface to restore factory settings, the system will automatically restart.
System configuration editing permissions are required.
Prototype
Protocol |
HTTP/HTTPS GET/POST |
URL |
ip[:port]/api/system/reset |
Content-Type |
Response: Content-Type: application/json |
Request Cookies
Parameter |
Description |
mwcloud-sid |
A string that is used to identify current logged-in user. |
mwcloud-uid |
Current logged-in username. |
Request URL parameters
Request Example
GET /api/system/reset HTTP/1.1
Accept: application/json, text/plain, */*
Cookie: mwcloud-sid=OCXWUMGEYPGIAWWOETYXPNMVHDZIAZJP; mwcloud-uid=Admin;
Response Parameters
Parameter |
Description |
Content-Type |
Value: 'application/json; charset=UTF-8' |
Response Body
Response Example
{
"result": 0
}