Cisco Meraki API - Consuming Endpoints to create clusterization on a map application

Solved
ngerade
Conversationalist

Cisco Meraki API - Consuming Endpoints to create clusterization on a map application

The client i'm working with has a Cisco Meraki Dashboard with it's clusters and networks information.

 

Basically they want us to consume it's API to create the same visualization on the dashboard but on our internal map application, that would be: create analysis of the signal of each cluster and networks individually.

 

Has someone already did that or know possible ways?

 

Observation: Our internal application uses Leaflet to process the maps and Geoserver to store our databases.

1 Accepted Solution
sungod
Kind of a big deal
Kind of a big deal

7 Replies 7
alemabrahao
Kind of a big deal
Kind of a big deal

Yes, it is possible. There is a vast list of APIs that can be used. It all depends on whether you use the correct API and, of course, have programming skills.

 

https://developer.cisco.com/meraki/api-v1/

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
ngerade
Conversationalist

I'm thinking that after I consume the endpoint of the API, and receive all the information about the clusters and networks, would the best possible option to convert it into GeoJSON and process directly on our map?

 

Another ideas?

 

Oren
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star

I’d start with getOrganizationDevices that will retrieve the longitude and latitude of each device.

ngerade
Conversationalist

Makes sense. After a locate each device through the long and lat endpoint, which endpoint allows me to get the signal of each device as well?

 

RaphaelL
Kind of a big deal
Kind of a big deal

What signal ? Wireless signal ? Cellular signal ?

ngerade
Conversationalist

Wireless signal. From the devices using the respective network inside of each cluster.

sungod
Kind of a big deal
Kind of a big deal

Sounds like you want the scanning API...

 

https://developer.cisco.com/meraki/scanning-api/introduction/

 

 

Get notified when there are additional replies to this discussion.