@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
33 lines • 675 B
JSON
{
"id": "1234",
"networkId": "N_24329156",
"name": "My VLAN",
"applianceIp": "1.2.3.4",
"subnet": "192.168.1.0/24",
"fixedIpAssignments": {
"22:33:44:55:66:77": {
"ip": "1.2.3.4",
"name": "Some client name"
}
},
"reservedIpRanges": [
{
"start": "192.168.1.0",
"end": "192.168.1.1",
"comment": "A reserved IP range"
}
],
"dnsNameservers": "google_dns",
"dhcpHandling": "Run a DHCP server",
"dhcpLeaseTime": "1 day",
"dhcpBootOptionsEnabled": false,
"dhcpBootNextServer": null,
"dhcpBootFilename": null,
"dhcpOptions": [
{
"code": 5,
"type": "text",
"value": "five"
}
]
}