Hi , When I create a VLAN, I cant specify Nameservers , no matter what I specify it gets always upstream_dns. Any Ideas ? A PUT afterwards works though .. endpoint used: "https://api.meraki.com/api/v1/networks/$networkId/appliance/vlans" Payload: {
"name": "Trusted devices",
"id": "1861",
"applianceIp": "172.18.61.1",
"subnet": "172.18.61.0/24",
"reservedIpRanges": [
{
"start": "172.18.61.1",
"end": "172.18.61.20",
"comment": "x"
}
],
"dnsNameservers": "192.168.0.20",
"dhcpHandling": "Run a DHCP server",
"dhcpLeaseTime": "1 day",
"dhcpBootOptionsEnabled": false
} regards // Magnus
... View more