# Obtain Network Metadata Endpoint: GET /network/{network_id}/meta Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Query parameters: - `key` (string) If provided, all operations will be relative to this top-level key. ## Response 200 fields (application/json): - `dwm` (object) value mapping used for fleet's organization - `dwm.groupId` (any) (internal) group ID numbering for the network - `dwm.systemName` (string) (internal) system friendly used for labelling and organization - `dwm.systemType` (string) (internal) system type used for labelling and organization - `dwm.systemOwner` (string) (internal) system owner used for labelling and organization - `dwm.configurationType` (string) (internal) configuration type (mesh or single AP) used for labelling and organization - `home` (object) mobile client state - `home.sens` (integer) (internal) sensitivity level - `home.cooldown` (integer) (internal) cooldown time - `home.sensitivity_level` (string) sensitivity level: high, normal, low - `location` (object) location indicator leafs, key is leaf mac and value is location string - `neuron_env` (string,null) neuron environment to be used with this network (only current dev is supported) - `motion_paused` (integer) Identifies if the network is in a paused state. Only applicable for Access Points and wireless extenders. - The network is not paused. - The network is paused. - `mqSecureRadarPort` (number,null) Advanced - Network level overwrite of gatekeeper's response. - `auto_segment` (integer) (internal) value for internal Vision project - `guardian_env` (string) value env to indicate where fusion happens (only local is currently supported) - `friendly_name` (object) friendly name for leafs, key is leaf mac and value is friendly name string - `new_network_id` (integer) (internal) used to indicate if there is older network id assigned to this network - `old_network_id` (integer) (internal) used to indicate if the old network id assigned to this network - `new_guardian_id` (string) (internal) used to indicate if there is older guardian id assigned to this network - `gatekeeper_redirect` (string) Full URL of target gatekeeper (move this network to another instance)