Yes, these calls have been added. GET https://api.meraki.com/api/v1/organizations/:organizationId/appliance/trafficShaping/vpnExclusions/byNetwork and PUT https://api.meraki.com/api/v1/networks/:networkId/appliance/trafficShaping/vpnExclusions With this body: { "custom": [ { "protocol": "<string>", "destination": "<string>", "port": "<string>" }, { "protocol": "<string>", "destination": "<string>", "port": "<string>" } ], "majorApplications": [ { "id": "<string>", "name": "<string>" }, { "id": "<string>", "name": "<string>" } ] } For some reason I cannot find this call at https://developer.cisco.com/meraki/api-v1/ , only in the postman collection. Greetings, Marvin
... View more