Closed aque closed 2 years ago
@coreGreenberet does this look correct?
Yeah that was a bug =( PR #184 is out
I finally updated my project to use 1.20.0 and this issue is not fixed. Looks like getOrganizationNetworks()
is using meraki/rest_session.py
instead ofmeraki/aio/rest_session.py
. @coreGreenberet, can you update the other copy?
Allan, Thanks for the help.. there seems to be something not quite right… Traffic is not passing. It looks like the firewall settings did not change. I am unable to edit the Layer 3 inbound rules, which I should be able to after you enable No-Nat. It may be that it’s taking a bit for the changes to manifest, but I wanted to reach out and let you know.
Jim Shoemaker | Senior Engineer | CCNA Intellicom Phone: (308)-237-0684 ext. 248 E-mail: @.**@.> Web: www.intellicominc.comhttp://www.intellicominc.com/ Blog: http://blog.intellicominc.comhttp://blog.intellicominc.com/
@. @. @.***
From: Allan Que @.> Sent: Tuesday, May 3, 2022 11:15 AM To: meraki/dashboard-api-python @.> Cc: Subscribed @.***> Subject: [EXTERNAL] Re: [meraki/dashboard-api-python] getOrganizationNetworks() with Iterator Returns No Results (Issue #183)
I finally updated my project to use 1.20.0 and this issue is not fixed. Looks like getOrganizationNetworks() is using meraki/rest_session.pyhttps://github.com/meraki/dashboard-api-python/blob/4e327084cb1c138c63670cdca1f97484414afe03/meraki/rest_session.py#L347-L348 instead ofmeraki/aio/rest_session.py. @coreGreenberethttps://github.com/coreGreenberet, can you update the other copy?
— Reply to this email directly, view it on GitHubhttps://github.com/meraki/dashboard-api-python/issues/183#issuecomment-1116282513, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APQGSLG5QTZ53Q5NL6ZTGRTVIFGJPANCNFSM5O3N4VCQ. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>
CONFIDENTIALITY NOTICE: This communication and any files or attachments transmitted with it may contain information that is confidential, privileged and exempt from disclosure under applicable law. It is intended solely for the use of the intended recipient. If you are not the intended recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by reply E-mail and destroy all copies of the original message. Additionally, we will take the appropriate action to avoid sending you an unintended E-mail in the future. Thank you for your cooperation.
Allan, Thanks for the help.. there seems to be something not quite right… Traffic is not passing. It looks like the firewall settings did not change. I am unable to edit the Layer 3 inbound rules, which I should be able to after you enable No-Nat. It may be that it’s taking a bit for the changes to manifest, but I wanted to reach out and let you know.
Jim, I'm afraid I do not know what you are referring to in your comment.
Using
meraki.DashboardAPI(use_iterator_for_get_pages=True)
,getOrganizationNetworks()
returns no results with the defaultperPage=1000
value. I get results whenperPage
is limited to 650 or less. This is on version 1.18.2 running under Python 3.9.2.Iterator with default
perPage
Iterator with
perPage=650