Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,I need to add a target to the SD-WAN Uplink Statistics on multiple networks, unfortunately I was not able to find an API to configure on all my networks via a script.Just to be clear, I'm talking about this configuration:I don't know if it's i...
Hi All,My team need to get some metrics from the Dashboard API for many devices, we decided to go with Prometheus and I am creating a custom python exporter for it.It works fine and I ca get the metrics I need but sometimes we get "429 too many reque...
Hi All, I was looking for a way to manage and save multiple ASDM sessions.For work I use to connect to various ASA Firewalls of different customers, and I was looking for some program that can help me manage the ASDM Session like Putty, SecureCRT and...
Hello All, I am currently installing a new WebEx Room Kit in a videoconference room of one of my customer, he bought the 8 meters presentation cable (CAB-PRES-2HDMI-GR) but now he noticed that it's too short.We did not managed to find a 12 meters or ...
Real time data is not available via the API.I'm doing something similar to you but for historical metrics via Prometheus and I went with a timespan of 900s (15 minutes) that I have noticed is the minimum that always give me a reply as I have noticed ...
Hi,Thanks for the suggestion, I have opened the issue 275 Client wait before raising APIError with wait_on_rate_limit=False #275 I have proposed a simple solution (is literally just a if statement) but not knowing the whole library is possible that m...
Thanks for the feedback, that is very interesting.In this case I do not believe it's needed as the script is already capable of handling the requests, the issue is the rate limiting on the Meraki Cloud side.
That was my initial idea too but I was trying to find a better one Since I already have an nginx that is acting as cache in between my exporter and the Meraki Cloud I will also check if I can intercept the 429 reply and remove the Retry-After header...
Hi PhilipDAth and thanks for the reply,Yes I have looked into those endpoints and I believe we are currently using the first one you mentioned to monitor the general status of the devices (I'm not 100% sure as it's a different script doing that and I...