open-balena-api icon indicating copy to clipboard operation
open-balena-api copied to clipboard

The core API of openBalena

Results 138 open-balena-api issues
Sort by recently updated
recently updated
newest added

[thgreasi] An example of this was when doing `balena device uuid` where the url stacktrace showed a valid url `https://api.domain.org/v5/device?$filter=startswith(uuid,'uuid')&$expand=belongs_to__application($select=app_name)`. Restarting the api instance fixed the issue.

balenaCloud has a dashboard, but openBalena does not. Currently, the Node SDK and the balena CLI return valid-looking URLs for dashboards that do not exist in openBalena: * balena-io/balena-sdk/issues/1011 *...

The Pi4 device type is not whitelisted. https://github.com/balena-io/open-balena-api/blob/c59730dc1cde47be589a84662e6c48c82f8a4f6b/src/lib/env-vars.ts#L140-L146 This is the correct place to file the issue, instead of https://github.com/balena-io/resin-ui/issues/3116

Hi, I'm using version v0.19.5 of the API, so I don't know whether this is changed or not. But this is the latest release of https://github.com/balena-io/open-balena. I've been busy with...

Hi, There's [default middleware](https://github.com/balena-io/open-balena-api/blob/4757d5f889a9f7dd87d3f62d20231ef54cabb4b9/src/index.ts#L79) enabled that always redirects http to https. Because the application doesn't handle HTTPS certs, but, for example, HAProxy does, why is this necessary in the API?...

In some cases it's possible for a device to be fully online and healthy and be making requests to the API but still have a status of 'No recent API...

The heartbeat on the dashboard is calculated as a function of the poll interval, and when a user is using a dev device, we want that to accurately represent the...

We want to reduce the amount that devices use the pine interface, and instead provide wrapper endpoints. This endpoint should accept a map of initial config vars, and also set...

1. Moved device from App A to App B 2. The device picked the pinned release for App B 3. The user tried to update the device from pinned release...

The `custom latitude` & `custom longitude` device fields are currently not supported on openBalena.

low-hanging-fruit