Q: 19
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to construct a
Python script to automate the process of updating the site-to-site VPN settings of the network. Not
all options are used.


Your Answer
Discussion
B
Similar question popped up in some practice sets, really straightforward drag and drop.
C The Meraki API update for VPN configs uses PUT, not POST or GET.
C/D? I remember the Meraki API for VPN settings can be tricky, lots of folks pick B since it looks familiar but that’s usually for getting data not updating. Not 100% but C could be the trap here.
I don’t think it's B. C is correct for updating the VPN config since the Meraki API needs a PUT request, not POST or GET. That matches what’s in the docs and what worked for me in similar practice labs. Anyone see a reason to doubt C?
C or D? I feel like people jump right to B but if you check the Meraki API docs, updating VPN settings needs a
PUT to the right endpoint, not just a GET. Looks like the exam drags some folks with similar endpoints for reading vs updating configs. Pretty sure C is correct but open to someone pointing out if there's a catch.B tbh, this drag and drop is all about matching the right Meraki API calls with the Python requests methods. Just make sure you use the correct endpoint for updating VPN settings. Pretty standard stuff for network automation, unless I'm missing some twist.
Be respectful. No spam.