@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
164 lines • 3.9 kB
JSON
{
"nodes": [
{
"derivedId": "ccddeeffgghh",
"mac": "CC:DD:EE:FF:GG:HH",
"type": "discovered",
"root": true,
"discovered": {
"lldp": {
"chassisId": "12345",
"systemName": "Non-Meraki device",
"systemDescription": "Router and Switch Device",
"systemCapabilities": [
"router",
"switch"
],
"managementAddress": "10.130.105.154"
},
"cdp": "null"
}
},
{
"derivedId": "34564",
"mac": "null",
"type": "stack",
"stack": {
"id": 98765,
"name": "Corp Stack",
"members": [
{
"derivedId": "4567",
"mac": "EE:FF:GG:HH:II:JJ",
"type": "device",
"device": {
"serial": "Q2UN-A44e-CU4L",
"name": "Study Switch",
"product": "switch",
"model": "GS110",
"status": "online",
"lastReportedAt": "2021-06-24T10:23:12z",
"clients": {
"counts": {
"total": 8
}
},
"switch": {
"ports": {
"counts": {
"byStatus": {
"active": 11
}
}
}
},
"uplinks": [
{
"vlanId": 0
}
]
}
},
{
"derivedId": "4567",
"mac": "GG:HH:II:JJ:KK:LL",
"type": "device",
"device": {
"serial": "Q2UN-E55e-KO6L",
"name": "Study Switch 2",
"model": "GS110",
"productType": "switch",
"status": "online",
"lastReportedAt": "2021-06-24T10:23:12z",
"clients": {
"counts": {
"total": 8
}
},
"switch": {
"ports": {
"counts": {
"byStatus": {
"active": 11
}
}
}
},
"uplinks": [
{
"vlanId": 0
}
]
}
}
],
"clients": {
"counts": {
"total": 14
}
}
}
},
{
"derivedId": "aabbccddeeff",
"mac": "AA:BB:CC:DD:EE:FF",
"type": "device",
"device": {
"serial": "Q2UN-A44e-CU4L",
"name": "Living Room Gateway",
"model": "GX20",
"productType": "appliance",
"status": "online",
"lastReportedAt": "2021-06-24T10:23:12z",
"uplinks": [
{
"vlanId": 0,
"pppoe": {
"enabled": true
}
}
]
}
}
],
"links": [
{
"ends": [
{
"node": {
"derivedId": "34564",
"type": "stack"
},
"device": {
"serial": "Q2UN-E55e-KO6L",
"name": "Study Switch 2"
},
"discovered": {
"lldp": {
"portId": "Port 20",
"portDescription": "eth0"
},
"cdp": {
"portId": "Port 20",
"nativeVlan": 102
}
}
},
{
"node": {
"derivedId": "ccddeeffgghh",
"type": "discovered"
},
"discovered": {
"lldp": {
"portId": "0010.7fdb.51f7",
"portDescription": "eth1"
},
"cdp": "null"
}
}
],
"lastReportedAt": "2021-06-25T14:56:27z"
}
]
}