Get Information about updating progress
Returns info about updating progress
'''progress'' range = [0-100] when 0 - updating doesn''t starting and 100 - updating has finished'
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_updating boolean
- progress integer
Possible values:
<= 100
{
"is_updating": true,
"progress": 35
}
{
"is_updating": true,
"progress": 35
}
- Wrong firmware image
- application/json
- Schema
- Example (from schema)
- Wrong image
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "Wrong firmware image"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Downloading problems
- application/json
- Schema
- Example (from schema)
- Downloading error
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "Downloading problems"
}
Loading...