# Network Topology Provides the topology of the network. Endpoint: GET /topologies Security: Authorization ## Query parameters: - `network_id` (integer) ## Response 200 fields (application/json): - `ts` (number) - `devices` (array) - `devices.id` (integer) - `devices.name` (string) - `devices.device_info` (object) Device info record - `devices.device_info.device_type` (string) Human-readable identification string for this device - `devices.device_info.hostname` (string) Device hostname (if available) - `devices.device_info.mac` (string) Device MAC address - `devices.device_info.os` (string) Operating System - `devices.device_info.name` (string) Device name - `devices.device_info.category` (string) Device category - `devices.device_info.brand` (string) Brand name - `devices.device_info.model` (string) Model name - `devices.device_info.modelNumber` (string) Model number - `devices.device_info.ts` (number) Timestamp of last identification - `devices.friendly_name` (string) - `devices.node_name` (string) - `devices.location` (string) - `devices.icon` (string) - `devices.type` (string) - `devices.online` (boolean) - `devices.macs` (array) - `devices.icon_url` (string) - `devices.icon_url_disabled` (string) - `devices.mobile` (boolean) - `devices.is_static` (string) - `devices.tx_enable` (string) - `devices.sounding_state` (string) - `devices.hw_platform` (string) - `devices.ip` (string) - `devices.is_mesh_sounding` (boolean) - `links` (array) - `links.src_id` (integer) - `links.dst_id` (integer) - `links.motion_enabled` (boolean) - `links.detail` (object) - `links.detail.mac` (string) - `links.detail.peer_type` (string) - `links.detail.node` (string) - `links.detail.if_type` (string) - `links.detail.if_mac` (string,null) - `links.detail.if_ch` (string,null)