meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
289 stars 151 forks source link

event_log_end_time and time spans in networks.getNetworkEvents() #167

Closed calvinscottforbes closed 2 years ago

calvinscottforbes commented 2 years ago

I'm trying to get a time span for network events. event_log_end_time parameter for networks.getNetworkEvents() doesn't seem to work. It doesn't seem to register as a parameter in the request.

However, I'm open to any solution to specifying a time span. Thanks

TKIPisalegacycipher commented 2 years ago

Hi Calvin,

This seems to be more of a question about how to use the API, as opposed to an issue with the Python library. If you like, you can discuss this issue with other API devs in the Meraki developer community. That is a better place for general advice and strategies for using dashboard API, whereas the issues tracker is primarily concerned with malfunctions concerning the Python library itself. I hope this helps, and thanks for reaching out.

calvinscottforbes commented 2 years ago

Hey John, Thanks for your kind reply. I'm sorry for the poor wording. I'm don't have much experience on Github. The Meraki API Reference doesn't have event_log_end_time as a parameter. Maybe it's a problem with the documentation rather than the python library. However, when troubleshooting it on my end, it doesn't seem to change the response from the API. Thanks again.