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.
Hello, I am attempting to get client info from all clients connected to all networks in my organization. I have been referencing this community forum post, but I am stuck about mid-way through. Post in reference - https://community.meraki.com/t5/Dash...
It seems no matter what script I run or what Python interpreter I run it I am getting no attributes for the specific parameter it is looking for. Below is the most simple request I can find - Script - import meraki# Defining your API key as a variabl...
Changing from getClients to getNetworkClients worked!!!!!!!network_id wouldn't apply here since I am wanting to return all Networks in my org. so I did have to change that argument to (curr_net_id)