Files
hawkbit/examples/hawkbit-mgmt-api-client
Jonathan Philip Knoblauch 97f099d194 Move DDI resources and annotation to module hawkbit-ddi-resource
- added missing pathVaraible
- added port to download urls and adjusted tests
- extended feign management API client
- fixed pom test artifacts dependencies


Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
2016-04-19 09:10:27 +02:00
..
2016-04-04 12:54:30 +02:00

hawkBit Management API example client

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