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.
What is the response handling on the Meraki side when it has sent a Webhook under the following conditions:- 5xx- 404- 401- 403- Other 4xx- 2xxThe reason I ask is under what conditions will Meraki attempt to resend Webhooks.I would hope it would let ...
https://developer.cisco.com/meraki/api-v1/#!get-organization-config-template-switch-profilesAs noted in the WebEx MerakiBot notification:GET `/organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles`response has changedrespo...
Which version is about to be released? It should be 1.29 I believe, but the repo https://github.com/meraki/openapi is showing 1.30 as being the current release.This repo is supposed to be the source of truth as per https://developer.cisco.com/meraki/...
https://developer.cisco.com/meraki/api-v1/#!get-networkWhen I make a call to "/networks/nnn" I get the network returned with productTypes that take into account the devices on the network, i.e. with just an MX added, it has the single entry "applianc...
How to Set Local LAN Access Rule Allow/Deny via API?In the UI there is a single dropdown for changing between Allow/Deny, but putting the Layer 3 does not allow modifying the Local LAN Access Rule (as per the documentation).So how can this value be s...
It's a funny one with secrets in the API. On the one hand I understand why they don't allow downloading them but on the other hand if you have permissions to upload a new one and replace it with your own, then why wouldn't you have permissions to dow...
You can make a call to the identities endpoint to see which user is associated with the current API keyhttps://developer.cisco.com/meraki/api-v1/get-administered-identities-me/Then you can use that email to correlate with the admins endpoint and see ...
Thanks, that sounds excellent; we use the spec internally to validate all our strongly typed interfaces to make sure we've got the request/response models correct etc and of course this only fully works for those that have been specified so anything ...
Thanks for this great work, looking forward to investigating in depth.Out of interest are the examples and models tightly linked and are they generated from code. I ask because in the past some examples have referred to fields not existing in the doc...