<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create Network Appliance Vlan documentation doesn't match code behavior in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410373#M1844</link>
    <description>&lt;P&gt;There is nothing reported by Meraki, so what you can try is, create the VLAN using createNetworkApplianceVlan with the basic parameters needed and then run an updateNetworkApplianceVlan call to set dhcpLeaseTime, dnsNameservers and any other advanced DHCP settings.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 13:56:47 GMT</pubDate>
    <dc:creator>aleabrahao</dc:creator>
    <dc:date>2025-06-23T13:56:47Z</dc:date>
    <item>
      <title>Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410372#M1843</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;First, I've read &lt;A href="https://community.meraki.com/t5/Developers-APIs/Create-VLAN-using-API-on-MX/m-p/250984#M11413" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/Create-VLAN-using-API-on-MX/m-p/250984#M11413&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The docs state that dhcpLeaseTime is an accepted parameter/value for the &lt;A href="https://developer.cisco.com/meraki/api-v1/create-network-appliance-vlan/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/create-network-appliance-vlan/&lt;/A&gt; call.&lt;/P&gt;&lt;P&gt;But if you try to use it, it's just ignored. &lt;/P&gt;&lt;P&gt;Either the code should be corrected or the docs should be corrected.&lt;/P&gt;&lt;P&gt;What's the plan on that ?&lt;/P&gt;&lt;P&gt;Should I update the code to do a double call (create then update) or will this behavior be fixed in the dashboard API ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Arnaud&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 13:53:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410372#M1843</guid>
      <dc:creator>abrand1</dc:creator>
      <dc:date>2025-06-23T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410373#M1844</link>
      <description>&lt;P&gt;There is nothing reported by Meraki, so what you can try is, create the VLAN using createNetworkApplianceVlan with the basic parameters needed and then run an updateNetworkApplianceVlan call to set dhcpLeaseTime, dnsNameservers and any other advanced DHCP settings.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 13:56:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410373#M1844</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-06-23T13:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410374#M1845</link>
      <description>&lt;P&gt;Of course, that works, but :&lt;/P&gt;&lt;P&gt;- it doubles the number of API calls &lt;/P&gt;&lt;P&gt;- it doesn't address the discrepancy between the docs and the actual code&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 14:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410374#M1845</guid>
      <dc:creator>abrand1</dc:creator>
      <dc:date>2025-06-23T14:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410375#M1846</link>
      <description>&lt;P&gt;You can open a case with Meraki support to raise the issue.&lt;/P&gt;&lt;P&gt;Until resolved, the option is use the workaround.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 15:49:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410375#M1846</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2025-06-23T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410376#M1847</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/98610"&gt;@abrand1&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Our development team is aware of the issue. The &lt;EM&gt;createNetworkApplianceVlan&lt;/EM&gt; API endpoint is ignoring some DHCP properties such as &lt;SPAN&gt;"dhcpHandling", "dhcpLeaseTime", "dhcpBootOptionsEnabled", and "dhcpOptions".&lt;BR /&gt;&lt;BR /&gt;The workaround provided by &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt; is valid.&lt;BR /&gt;&lt;BR /&gt;Kindly open a case with Support to help prioritize a fix. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 15:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410376#M1847</guid>
      <dc:creator>carterian</dc:creator>
      <dc:date>2025-06-23T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network Appliance Vlan documentation doesn't match code behavior</title>
      <link>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410377#M1848</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/16987"&gt;@carterian&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;I've opened ticket #13224769.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 14:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/create-network-appliance-vlan-documentation-doesn-t-match-code/m-p/5410377#M1848</guid>
      <dc:creator>abrand1</dc:creator>
      <dc:date>2025-06-26T14:56:53Z</dc:date>
    </item>
  </channel>
</rss>

