mirror of
https://github.com/Telecominfraproject/wlan-docs.git
synced 2025-11-06 13:56:10 +00:00
GitBook: [#1] No subject
This commit is contained in:
committed by
gitbook-bot
parent
97caf995c6
commit
a3dea0eaea
45
developer-resources/sdk-kafka/device-event-queue.md
Normal file
45
developer-resources/sdk-kafka/device-event-queue.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Device Event Queue
|
||||
|
||||
## Single Event (DHCP Example)
|
||||
|
||||
```json
|
||||
{
|
||||
"system": {
|
||||
"id": 1637414624750592500,
|
||||
"host": "https://owgw-owgw:17002"
|
||||
},
|
||||
"payload": {
|
||||
"events": {
|
||||
"dhcp": []
|
||||
},
|
||||
"serial": "c44bd1005b30",
|
||||
"status": {
|
||||
"error": 0,
|
||||
"text": "Success"
|
||||
},
|
||||
"uuid": 1656049674
|
||||
}
|
||||
```
|
||||
|
||||
## Multiple Events
|
||||
|
||||
```json
|
||||
{
|
||||
"system": {
|
||||
"id": 1637414624750592500,
|
||||
"host": "https://owgw-owgw:17002"
|
||||
},
|
||||
"payload": {
|
||||
"events": {
|
||||
"dhcp": [],
|
||||
"wifi": []
|
||||
},
|
||||
"serial": "0000c1018812",
|
||||
"status": {
|
||||
"error": 0,
|
||||
"text": "Success"
|
||||
},
|
||||
"uuid": 1657087470
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user