You can get this via api (baseUrl/networks/:networkId/appliance/vlans). Example from one of my MX.
"applianceIp": "172.17.30.1",
"subnet": "172.17.30.0/24",
"fixedIpAssignments": {},
"reservedIpRanges": [
{
"start": "172.17.30.2",
"end": "172.17.30.9",
"comment": "reserved"
}
],
"dnsNameservers": "google_dns",
"dhcpHandling": "Run a DHCP server",
"dhcpLeaseTime": "1 week",
Ryan If you found this post helpful, please give it
Kudos. If my answer solves your problem please click
Accept as Solution so others can benefit from it.