Reset device to factory settings
- Reset device to factory settings
- Removes all user data: identifiers, time profiles, etc.
- Device keeps it ip address
- Before resetting device you should save tables data backup with
GET /system/settings/tablesand general settings backup withGET /system/settings/backup/all
Responses
- 200
- 401
OK
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
Error object, contains error details
code stringPossible values: [
invalid_authentication,permission_denied,not_valid,system_error,bad_request,connection_timeout]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param stringContains validation error details
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentication",
"message": "Invalid authentication"
}
}
Loading...