Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/direct-device-integration-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ See this [issue](https://github.com/eclipse-hawkbit/hawkbit/issues/952) for addi
cancellation of updates.
To finally accept a cancellation, you must send a `closed` status.execution type.

### Controller attributes

Devices report configuration data (controller attributes) with:

```
PUT /{tenant}/controller/v1/{controllerId}/configData
```

Each attribute key and each attribute value is limited to 128 characters. Requests that exceed either limit are rejected.

---

## REST Doc

<div style="text-align: right; margin-bottom: 8px;">
Expand Down