cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3017
Views
1
Helpful
3
Replies

Create Network Appliance Vlan

Adrian41
Level 6
Level 6

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

Accepted Solutions

daniel_abbatt
Level 4
Level 4

Hi @Adrian41, 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

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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

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.

daniel_abbatt
Level 4
Level 4

Hi @Adrian41, 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

Adrian41
Level 6
Level 6

thanks!