Data Filters
When retrieving data from the Netify Informatics API, you can provide a filter for drilling down into your data.
Timespan Filters
| Setting | Description | Example |
|---|---|---|
| filter_interval | Filters data for last X minutes from current time | 180 |
| filter_start_date | Start time for time filter in Unix time, UTC | 1544400000 |
| filter_end_date | End time for time filter in Unix time, UTC | 1544500000 |
Feature Filters
Though most of the following filters are available in all Netify Informatics deployments, some may not be available for custom Netify implementations.
| Setting | Description | Example |
|---|---|---|
| filter_applications | List of application IDs | [119,124] |
| filter_application_categories | List of application categories | [3,7,9] |
| filter_application_show_unknown | Flag to show unknown (default: false) | true |
| filter_protocols | List of protocol IDs | [5,91] |
| filter_protocol_categories | List of protocol categories | [5,6,7] |
| filter_countries | List of countries, two-letter code | ["ca","us"] |
| filter_contintents | List of continents, two-letter code | ["AF","NA"] |
| filter_interface_roles | List of interface roles | ["LAN"] |
| filter_ip_versions | List of IP versions | [4] |
| filter_ip_protocols | List of IP protocols | [6,17] |
| filter_ips | List of local IP addresses | ["1.2.3.4"] |
| filter_macs | List of local MAC addresses | ["11:22:33:44:aa:bb"] |
| filter_flow_types | List of flow types | ["remote","multicast"] |
Edge Network Filters
The following filters are only available for Netify deployments at the edge of the network, e.g. an office.
| Setting | Description | Example |
|---|---|---|
| filter_organizations | List of Netify organizations | [1,2] |
| filter_sites | List of Netify sites | [1,2] |
| filter_agents | List of Netify agents | [1,2] |
| filter_discovery_hardware | List of discovered hardware | ["iPhone","LG3"] |
| filter_discovery_types | List of discovered device types | [16,18] |
| filter_discovery_os | List of discovered device operating systems | [1,2,202] |
| filter_owners | List of owner IDs | [1,2] |
| filter_groups | List of group of IDs | [1,2] |
| filter_devices | List of device IDs | [1,2] |
| filter_device_os | List of OS IDs | [1,2,202] |
| filter_device_types | List of device type IDs | [16,18] |