04-27-2023 08:08 AM
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,
Solved! Go to Solution.
04-27-2023 09:52 AM
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
04-27-2023 09:12 AM
https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/meraki-network-vlan-provision/
04-27-2023 09:52 AM
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
04-28-2023 12:28 AM
thanks!
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