When configured, the NetBrain Front Server will retrieve device data through the Meraki Cloud Controller by using the Meraki Dashboard APIs.
This article describes the API commands implemented by NetBrain and the modules that they access.
Solution
Each query made by NetBrain is issued using standard HTTP(s) request as configured within the NetBrain Integrated Edition API Server manager.
http(s)://<Meraki Controller IP>/web_api/<API Call>
Retrieved Data | API |
Organizations | ./api/v0/organizations |
Networks | ./api/v0/organizations/$organizationId/networks |
Devices | ./api/v0/networks/$networkId/devices |
SSID | ./api/v0/networks/$networkId/ssids |
VLAN | ./api/v0/networks/$networkId/vlans |
Client | ./api/v0/devices/$serialNumber/clients?timespan=84000 |
LLDP / CDP | ./api/v0/networks/$networkId/devices/$serialNumber/lldp_cdp?timespan=84000 |
Switch Port | ./api/v0/devices/$serialNumber/switchPorts |
Uplink | ./api/v0/networks/$networkId /devices/$serialNumber/uplink |