mc-xyz
mc-xyz
As a new user when working with hawkBit one has a very hard time. One reason for this is that the docs on the [hawkbit-website](https://github.com/eclipse-hawkbit/hawkbit-website) generated from the [site source...
The documentation of important (e.g. security related) configuration and interfaces is not consistent. For developers like us it's usual to search in the source code directly. For project managers and...
Equivalent to a [RESTful API `/health` endpoint](https://microservices.io/patterns/observability/health-check-api.html) the DMF API could publish the overall, consolidated status of the related DMF server component on a topic (something like `hawkbit-dmf-server-health`) clients could...
https://microservices.io/patterns/observability/health-check-api.html
https://microservices.io/patterns/observability/health-check-api.html
It would be pretty helpful if there would be provided one [OpenAPI spec](https://github.com/OAI/OpenAPI-Specification) as file for every one of the 3 RESTful APIs of hawkbit. This would enable users to...
Would it be possible to add a versioned [AsyncAPI](https://github.com/asyncapi) file in this repo for the DMF API? This would avoid the need to generate https://eclipse.dev/hawkbit/apis/dmf_api/ manually and would avoid potential...