List The VLA Ns For An MX Network
GET {{baseUrl}}/networks/:networkId/appliance/vlans
List the VLANs for an MX network
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"id":"1234","networkId":"N_24329156","name":"My VLAN","applianceIp":"192.168.1.2","subnet":"192.168.1.0/24","groupPolicyId":"101","fixedIpAssignments":{"22:33:44:55:66:77":{"ip":"1.2.3.4","name":"Some client name"}},"reservedIpRanges":[{"start":"192.168.1.0","end":"192.168.1.1","comment":"A reserved IP range"}],"dnsNameservers":"google_dns","dhcpHandling":"Run a DHCP server","dhcpLeaseTime":"1 day","dhcpBootOptionsEnabled":false,"dhcpBootNextServer":null,"dhcpBootFilename":null,"dhcpOptions":[{"code":5,"type":"text","value":"five"}]}]