cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
2819
Visitas
3
ÚTIL
3
Respuestas

Adding MX units

Adrian41
Level 6
Level 6

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!

1 SOLUCIÓN ACEPTADA

Soluciones aceptadas

thanks! useful stash.

After digging through looks like this one is correct POST /networks/{networkId}/devices/claim

Ver la solución en mensaje original publicado

3 RESPUESTAS 3

Adrian41
Level 6
Level 6

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

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Take a look at this:

https://github.com/meraki/automation-scripts

https://developer.cisco.com/meraki/build/automation-with-python-api-lab/

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

thanks! useful stash.

After digging through looks like this one is correct POST /networks/{networkId}/devices/claim