I’m using Mender API to check through python if there’s a new update to install in hosted.mender.io. But when I use these link “https://eu.hosted.mender.io/api/management/v1/deviceconnect/devices/{device-id}/check-update”, I get “409 Client Error”. In mender API docs it says that it’s caused because the device it’s not connected. I checked the device status with the link “https://eu.hosted.mender.io/api/management/v1/deviceconnect/devices/{device-id}” and I get “‘status’: ‘unknown’” in the response. In Mender API docs also include the link “https://eu.hosted.mender.io/api/management/v1/deviceconnect/devices/{device-id}/connect” but I get 404 Error and I don’t be able to find the reason because I recreated the Mender API docs example, whit all the headers in the request. The device is a virtual machine menderized with debian, it works perfectly and I can install deployments through hosted.mender.io and manually using mender install, also in the mender page appears with connected status.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Why is my device polling localhost? | 22 | 168 | June 4, 2025 | |
Mender client error reporting to application/Connection test for mender | 7 | 903 | September 9, 2019 | |
Not able to see my device on mender cloud portal | 0 | 9 | February 3, 2025 | |
Unable to fetch the device status from mender | 1 | 81 | June 12, 2024 | |
Mender-Client 4.0.1 is failing to update deployment status | 1 | 204 | November 28, 2024 |