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.
It looks like this has been request before, which I will link below.I was wondering if there was any guidance about how to automate this. It works to do this via the dashboard, but of course automating this at scale becomes very difficult. Is there a...
While using PUT /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers I encountered a problem where sending duplicate peers in the put request breaks using the downstream Terraform provider. I encountered this while using the Terraform pro...
Current Behavior: The current Meraki API uses a POST request to /networks/{networkId}/devices/remove to remove a device, with the device serial included in the request body.Expected Behavior: To align with RESTful API design principles, it would be b...
got it, I opened a github issues on the terraform provider requesting validation be added in case that is where it should be added.https://github.com/cisco-open/terraform-provider-meraki/issues/153
well depends on the view. If you would expect the API to allow for duplicate values, then you would say it is a bug with the Terraform provider handling duplicate values and the terraform provider should fix the handling.If you don't think the API sh...
Hi Oren,Sure. As an examplePUT https://api.meraki.com/api/v1/organizations/redacted/appliance/vpn/thirdPartyVPNPeerswith the following body```{"peers": [{"name": "Test-1","privateSubnets": ["0.0.0.0/0"],"secret": "redacted","localId": "test-1.local",...