03-06-2023 02:14 AM
Hello,
I'm looking at making a script to setup new networks with as little effort as possible.
One of the first things to do after creating the network is add two MX units (warm spare config).
Is this the correct endpoint to do that and to set their ip and subnets?
POST/networks/{networkId}/appliance/warmSpare/swap
https://developer.cisco.com/meraki/api-v1/#!swap-network-appliance-warm-spare
Thanks!
Solved! Go to Solution.
03-06-2023 03:02 AM
thanks! useful stash.
After digging through looks like this one is correct POST /networks/{networkId}/devices/claim
03-06-2023 02:40 AM
just found this one that may be the correct one instead?
POST /networks/{networkId}/devices/claim
https://developer.cisco.com/meraki/api-v1/#!claim-network-devices
03-06-2023 02:47 AM
Take a look at this:
https://github.com/meraki/automation-scripts
https://developer.cisco.com/meraki/build/automation-with-python-api-lab/
03-06-2023 03:02 AM
thanks! useful stash.
After digging through looks like this one is correct POST /networks/{networkId}/devices/claim
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide