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 Team,We are getting the following errors for the Meraki API endpoint GET calls. I am posting some of the sample calls here.INFO - GET https://api.meraki.com/api/v1/organizations/1413157WARNING - organizations, getOrganization > https://api.meraki....
Hi Team,Regarding the 400 Bad Request errors encountered while trying to perform GET operations on the following Meraki APIs:getNetworkPiiPiiKeys - 400 Bad Request, {'errors': ['Please provide exactly one of username, email, mac, serial, imei, blueto...
Hi Team,I was looking at this Git repository for Meraki backup and restore functionality (https://github.com/meraki/automation-scripts/tree/master/backup_configs). However, I noticed that the restore script only restores networks. Do we have any repo...
Hi Matq,You can add the following to your script:import certificert_path = certifi.where() Then add this cert_path while creating AsyncDashboardAPI object: async with meraki.aio.AsyncDashboardAPI( api_key, maximum_concurrent_request...
Hi Philip,Thanks for the response. The issue got resolved after adding certificate_path async with meraki.aio.AsyncDashboardAPI(api_key, maximum_concurrent_requests=1, maximum_retries=4, print_console=True, suppress_logging=False, certificate_path='c...