Skip to content

Commit

Permalink
Add MAC address to system REST route
Browse files Browse the repository at this point in the history
  • Loading branch information
vollstock authored Sep 13, 2024
1 parent 85cd355 commit 48593ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/REST API/System.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ GET /tooloop/api/v1.0/system
```json
{
"hostname": "tooloop-box-hostname",
"ip_address": "10.0.2.15",
"mac_address": "fec0::d0e1:84ff:fee9:db23",
"needs_reboot": false
}
```
Expand Down

0 comments on commit 48593ee

Please sign in to comment.