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,I am using the python merakiDashboardAPI and would like to set the custom user agent string when doing API-callls. I am following this guide:https://developer.cisco.com/meraki/api-v1/user-agents-overview/#formattingThis are some parts of my code:d...
Hi,I am using the Python meraki.DashboardAPI and trying to read all policy objects of an organization.Unfortunately I get "only" 5000 Objects back.How can I do pagination with the merakiDashboardAPI?Is there somewhere an examples?Here is the code:org...
So the main reason seems to be, that the Meraki-API does not work as usual when doing the API-call.In the HTML-response is no "Link: xxxxx" added. That´s maybe the reason, that the MerakiDashboardPythonLib is not working properly.For me this is a bug...
I already tried this:organizationPolicyObjects = dashboard.organizations.getOrganizationPolicyObjects(total_pages="all", perPage=1000, organizationId=orgID) Unfortunately I get only 1000 objects back. It seems that "total_pages" is not working.