unifi_get_network
Retrieve detailed network and VLAN configuration, including IPv4 settings, DHCP details, and security flags, using site and network IDs.
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 |