feat(*): Add machine notes and MAC address fields

This commit is contained in:
Josh Creek
2026-07-12 20:19:19 +01:00
parent 9cea45945c
commit 336ee5e91b
7 changed files with 98 additions and 7 deletions
+4 -1
View File
@@ -5,10 +5,12 @@
"ipAddress": "192.168.1.10",
"role": "Hypervisor",
"operatingSystem": "Linux",
"notes": "Optional notes",
"ports": [
{
"portName": "eth0",
"speedGbps": 1,
"macAddress": "aa:bb:cc:dd:ee:01",
"connectedTo": {
"device": "Example Switch",
"port": "1"
@@ -20,7 +22,8 @@
{
"name": "Example VM",
"role": "Service",
"ipAddress": "192.168.1.20"
"ipAddress": "192.168.1.20",
"macAddress": "aa:bb:cc:dd:ee:02"
}
]
},