Get status of updating progress
Returns updating progress information
- If updating hasn't been started progress=0
- When updating finished progress=100
- Device will reboot automatically to finish update
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_updating booleanIs updating process in progress 
- progress integerPossible values: <= 100Updating progress status. 0 - updating doesn't starting, 100 - updating finished 
{
  "is_updating": true,
  "progress": 35
}
{
  "is_updating": true,
  "progress": 35
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
- Downloading problems
- Installing problems
- Updating problems
- application/json
- Schema
- Example (from schema)
- Downloading
- Updating
- Installing
Schema
- error stringError message 
{
  "error": "Wrong JSON body"
}
{
  "error": "Downloading problems"
}
{
  "error": "Updating problems"
}
{
  "error": "Installing problems"
}
Loading...