would mean you have to do it daily... seems to be very anoying 😉
scripting could be a chance though, you´ll need to get the Public IP with this
HTTP REQUEST
GET /organizations/[organizationId]/deviceStatuses
PARAMETERS
None
SAMPLE REQUEST
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -X GET -H 'Content-Type: application/json' 'https://api.meraki.com/api/v0/organizations/[organizationId]/deviceStatuses'
SAMPLE RESPONSE
Successful HTTP Status: 200
[
{
"name":"My AP",
"serial":"Q2XX-XXXX-XXXX",
"mac":"00:11:22:33:44:55:66",
"status":"online",
"lanIp:"1.2.3.4",
"publicIp":"4.3.2.1",
"networkId":"N_1234"
And would need to set the VPN Parameters as well...
If you are able to script things like this... or If its even possible... (?) Not aware of scripting