cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
866
Views
0
Helpful
1
Replies

Feature Request: Add VPN Subnet Translation to API

zbuchheit
Community Member

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 recommended workaround or an update on when this should be anticipated to be available?

https://community.meraki.com/t5/Developers-APIs/VPN-Subnet-Translation-needed-in-API/m-p/152245
https://community.meraki.com/t5/Developers-APIs/Manage-MX-VPN-Subnet-translation-via-API/m-p/155771

1 Reply 1

lukasz-buchla
Frequent Visitor
Frequent Visitor

Hi

why can't you do this using the API?
For example, get the current configuration (/networks/{networkId}/appliance/vpn/siteToSiteVpn), modify it with a simple script, and use the API to put the desired configuration?