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 Meraki, I am currently facing an issue with retrieving device performance scores for certain MX appliances. The API I am using is this:https://developer.cisco.com/meraki/api-v1/get-device-appliance-performance/One of our appliances has the mode...
Hello Meraki Community, I was testing out the port telemetry APIs, namely:https://developer.cisco.com/meraki/api-v1/get-organization-switch-ports-statuses-by-switch/https://developer.cisco.com/meraki/api-v1/get-organization-switch-ports-usage-history...
OperationID: getOrganizationSwitchPortsUsageByDeviceByIntervalRoute: /organizations/{organizationId}/switch/ports/usage/byDevice/byIntervalI have been tasked to create alerts using port telemetry data, and I have settled on using the above end-point ...
Hey all, I am trying to use the following API route to obtain the performance scores of my organisations' firewall devices: /devices/{serial}/appliance/performanceHowever, this only gives me one firewall device's performance score per query. Is there...
I have read that there is a rate limit of 10 QPS for each organization, and 100 QPS limit for each IP when using Meraki's API:https://developer.cisco.com/meraki/api-v1/rate-limit/Just wanted to clarify a few things:I am trying to query a device's por...
For some reason, I was unable to send a message to you, kept facing the "invalid html" error but nothing was highlighted Is there another way I could reach you?
I have found the problem:It turns out that I did not realise pagination was applied to the API, thus reducing the number of records returned as the default was 10. Increasing the page limit using the query parameters got me the records i needed. For ...