unifi_get_network
Retrieve detailed network configuration for a specific VLAN, including DHCP, isolation, internet access, and IPv4 settings.
Instructions
Get a network/VLAN by ID. Returns the list fields PLUS (live-verified) zoneId, isolationEnabled, internetAccessEnabled, mdnsForwardingEnabled, cellularBackupEnabled, and a full ipv4Configuration object (hostIpAddress, prefixLength, dhcpConfiguration with ipAddressRange/leaseTimeSeconds/domainName/ntpServerIpAddresses). NOTE: subnet/DHCP detail appears here at get-by-id but NOT in unifi_list_networks (sparse list view).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID | |
| networkId | Yes | Network ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| vlanId | No | ||
| zoneId | No | ||
| default | No | ||
| enabled | No | ||
| metadata | No | ||
| management | No | ||
| dhcpGuarding | No | ||
| isolationEnabled | No | ||
| ipv4Configuration | No | ||
| cellularBackupEnabled | No | ||
| internetAccessEnabled | No | ||
| mdnsForwardingEnabled | No |