The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About tjh188
tjh188

tjh188

Comes here often

Member since Sep 27, 2022

a month ago

Community Record

13
Posts
0
Kudos
0
Solutions

Badges

First 5 Posts View All
Topics tjh188 has Participated In
  • Topics tjh188 has Participated In
  • Latest Contributions by tjh188

Re: API for number of failovers

by Meraki Employee JasonM in Developers & APIs
‎12-30-2022 06:31 AM
3 Kudos
‎12-30-2022 06:31 AM
3 Kudos
There is an event log event type for Primary Uplink Status Change that you could use. I assume that your primary interface is WAN1. An event will be generated upon failure and again for when it is restored. The event type to filter by is  failover_event .   https://developer.cisco.com/meraki/api-v1/#!get-network-events   ... View more

Re: Guest WIFI Reporting

by Kind of a big deal PhilipDAth in Developers & APIs
‎12-12-2022 11:19 AM
‎12-12-2022 11:19 AM
Not the answer you are looking for, but some alternatives:   Network-Wide/Traffic Analytics shows the top applications that have been used.  You enable this under Network-Wide/General (in case you have it turned off).   Organization/Summary report also has some info, and you can schedule this one to be enabled to you on a regular basis. ... View more

Re: API Call to report Wi-Fi data

by A model citizen sungod in Developers & APIs
‎11-30-2022 02:01 AM
‎11-30-2022 02:01 AM
Ahhh, that second call requires you to specify device or client, you'd need to run it on each AP.   The first call I mentioned is simpler as you run it per-network, I suggest stick to that one. ... View more

Re: Wireless networkID API

by Meraki Employee Ryan_Miles in Developers & APIs
‎11-29-2022 01:30 PM
‎11-29-2022 01:30 PM
Are these wireless only networks or combined networks? The endpoint you mentioned should list wireless only networks. It works in my org. ... View more

Re: Captive Portal APIs clickthrough

by A model citizen sungod in Developers & APIs
‎11-23-2022 09:47 AM
2 Kudos
‎11-23-2022 09:47 AM
2 Kudos
Haven't tried this, but looking at the documentation...   You get the node_mac in the initial request sent to your splash server.   When you craft your continue_url, can't you do it based on the node_mac?   You can optionally add a continue_url and a duration query to tailor the login process. To send the client onto their intended site, copy the user_continue_url value into the continue_url parameter.   I.e. instead of using the default user_continue_url value, choose the continue_url you want based on node_mac, for instance you could use the same host/path and just add the node_mac value on the end of the URL as a parameter. ... View more

Re: API call to find Meraki AP MAC address

by A model citizen sungod in Developers & APIs
‎11-22-2022 11:46 AM
2 Kudos
‎11-22-2022 11:46 AM
2 Kudos
If you are not using the Python library and if there are a lot of devices you'll need to handle multipage results, are you doing that?   Set the  productTypes parameter (it's an array) to just one element "wireless", then you'll only get matching devices returned. Makes it simpler.   ... View more

Re: Automated Programs to run APIs

by david_n_m_bond in Developers & APIs
‎10-19-2022 01:18 AM
‎10-19-2022 01:18 AM
@tjh188 - this is where we may be able to help!   We author the Meraki.Api nuget package for the purpose of Meraki automation.  See https://www.nuget.org/packages/Meraki.Api/ if you are familiar with .NET development.   If not, but you have a modest budget, we can do the required development for you. ... View more

Re: API to monitor WAN port traffic

by A model citizen sungod in Developers & APIs
‎10-13-2022 05:56 AM
‎10-13-2022 05:56 AM
Be aware the maximum lookback stated in the documentation is "31 days", whether this is simply 86400*31 seconds or some other period isn't stated. But if you miss a run for some reason, or there is a network/API/other glitch (these things happen), you may run out of time to recover before losing data.   I recommend use the Python library with async IO to run on all networks concurrently (underlying is rated limited, but the library handles that for you) as you will be issuing call-per-network, this will run faster than network at a time.   Fwiw for testing I currently run it daily with 600 second resolution and build a long-term time series, same as the approach for a number of other things we measure, the automation handles some re-runs itself, or we can recover manually by setting t0-t1 as appropriate.   ... View more
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki