Get firmware update progress
Returns the current firmware update progress. The progress field is in the range [0–100], where 0 means not started and 100 means complete.
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_updating boolean
Describes if updating process is running
- progress integer
Possible values:
<= 100Describes updating progress
{
"is_updating": false,
"progress": 35
}
{
"is_updating": true,
"progress": 35
}
- Wrong firmware image
- application/json
- Schema
- Example (from schema)
- Wrong image
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
{
"error": "Wrong firmware image"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Downloading problems
- application/json
- Schema
- Example (from schema)
- Downloading error
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
{
"error": "Downloading problems"
}
Loading...