15 lines
362 B
Markdown
15 lines
362 B
Markdown
# Eclipse.IoT hawkBit - Mgmt API
|
|
|
|
This Management (Mgmt) API is used to manage and monitor the HawkBit Update Server via HTTP. This API allows Create/Read/Update/Delete operations for provisioning targets (i.e. devices) and repository content (i.e. software).
|
|
|
|
|
|
# Compile
|
|
|
|
#### Build hawkbit-mgmt-api
|
|
|
|
```
|
|
$ cd hawkbit/hawkbit-mgmt-api
|
|
$ mvn clean install
|
|
```
|
|
|