Create Network Appliance Vlan

Solved
Adrian4
A model citizen

Create Network Appliance Vlan

Can you only create one vlan per API call?

 

I have tried putting multiple vlans in the payload in various list/dictionary formats but it keeps telling me the id and name parameters are missing 😞

https://developer.cisco.com/meraki/api-v1/#!create-network-appliance-vlan

cheers,

1 Accepted Solution
daniel_abbatt
Getting noticed

Hi @Adrian4, that endpoint only allows individual VLAN creation.

According to the action batches post you can create multiple entries per call using that mechanism. 

https://meraki.cisco.com/blog/tag/action-batches/

https://developer.cisco.com/meraki/api-v1/#!overview/action-batches

View solution in original post

3 Replies 3
alemabrahao
Kind of a big deal
Kind of a big deal

https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/meraki-network-vlan-provision/

I am not a Cisco Meraki 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.
daniel_abbatt
Getting noticed

Hi @Adrian4, that endpoint only allows individual VLAN creation.

According to the action batches post you can create multiple entries per call using that mechanism. 

https://meraki.cisco.com/blog/tag/action-batches/

https://developer.cisco.com/meraki/api-v1/#!overview/action-batches

Adrian4
A model citizen

thanks!

Get notified when there are additional replies to this discussion.