- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/meraki-network-vlan-provision/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks!
