Blueprint node
Category:NetworkInfoLibReturn:
Array of String — each entry is a JSON object
Return format
Each string in the array is a JSON object:Platform behaviour
| Platform | Implementation |
|---|---|
| Windows | Uses GetAdaptersInfo (iphlpapi) |
| Mac | Uses getifaddrs + SCNetworkInterfaceCopyAll for human-readable adapter names |
Example
Notes
- Only adapters with an active IPv4 address and
IFF_UPflag are returned. - Loopback (
127.0.0.1) is included in the results. - On Mac, the
Adapter Descriptionshows the system name (e.g., “Wi-Fi”, “Thunderbolt Ethernet”) instead of the BSD interface name.

