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 trying to commit many GET commands, in order to monitor a setup with many organizations, networks, devices, clients.1. Is there a way to exceed the 5 calls a second limitation? maybe through a subscription / license / other way.2. I noticed t...
I need help with blocking a device from a specific SSID using API.There is an option to do so in the Meraki UI by selecting the client:It does the work just fine. I am looking to find a way to do the same using an API request.checking client policy b...
Hello,Using api, I need to know which clients (mac/ip/identifier) are connected to which SSID.From the API docs there is an option to get clientsapi/v0/devices/[Device_ID/clientsand SSIDsapi/v0/networks/[Network_ID]/ssidsIn both of them you cannot re...
Thanks for the answer @jscorb ."Use the calls that retrieve data for an entire organization or network, avoid per-device calls whenever possible."I noticed the API ability to fetch devices from an organization. The rest of the things can only be fetc...
Thanks for trying to help, found the way.PUT request toapi.meraki.com/api/v0/networks/{{NetworkId}}/clients/{{ClientMac}}/policy?timespan=86400&devicePolicy=Different policies by SSIDwith the bodyblocked_msg=&access=custom&custom_policy%5B0%5D=-1&cus...
While at it, does anyone know of a way to get all clients(with their SSIDs) in one request?In order to check all of them together, and avoid making hundreds of requests for a large network.thanks again