Files
hawkbit/examples/hawkbit-mgmt-api-client
Michael Hirsch 2fa6e2c05f fix license headers
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-09 18:18:39 +01:00
..
2016-02-09 18:18:39 +01:00
2016-02-09 18:18:39 +01:00

HawkBit management API example

Example client that shows how to efficiently use the hawkBit management API.

Powered by Feign.

How to run the example client

Run getting started example

$ java -jar hawkbit-mgmt-api-client-#version#.jar

Run create and start rollout example

$ java -jar hawkbit-mgmt-api-client-#version#.jar --createrollout

This example shows

In getting started example:

  • creating software modules type
  • creating distribution set type
  • creating distribution sets
  • creating software modules
  • assigning software modules to distribution sets

In rollout mode:

  • creating software modules type
  • creating distribution set type
  • creating distribution sets
  • creating software modules
  • assigning software modules to distribution sets
  • creating a rollout
  • starting a rollout