I am planning to build a monitoring tool, and as part of it, I want to automate the creation of a network topology similar to the Meraki dashboard. However, when using the API call below, I noticed that some non-Meraki devices (such as Cisco switches) are not displayed correctly or appear incomplete. From my understanding, Meraki switches support both LLDP and CDP, so why am I unable to see the core/distribution (non-Meraki Cisco) devices in the API response? Any suggestions or workarounds that follow API best practices? GET /networks/{networkId}/topology/linkLayer
... View more