Network Devices

The Network Devices dataset provides metadata and status information about all network devices discovered and monitored through Datadog’s Network Device Monitoring (NDM). Each device is uniquely identified and enriched with details such as vendor, device type, location, IP address, and operational health. This dataset enables network and infrastructure teams to track device inventory, assess connectivity and reachability, and monitor the overall health of routers, switches, firewalls, and other critical devices across their environments.

dd.network_devices

Fields

TitleIDTypeData TypeDescription
Device Identifierdevice_idcorestringA unique internal identifier assigned to each network device by Datadog. Used to correlate and distinguish devices across monitoring data.
SNMP System Object IDsys_object_idcorestringThe SNMP sysObjectID for the device, identifying the vendor and device family/model. Useful for mapping devices to profiles and vendor-specific metadata.
Device NamenamecorestringThe name of the device as discovered (e.g., hostname or sysName for SNMP devices).
NamespacenamespacecorestringA logical grouping or environment identifier (e.g., tenant, cluster, or configuration domain) used to isolate and scope devices.
Device DescriptiondescriptioncorestringThe system description for the device (sysDescr in SNMP), typically containing vendor-provided details about hardware, OS, version, and build information.
Device StatusstatuscorestringThe high-level health status of the device as reported by Datadog.
Ping Reachabilityping_statuscorestringStatus of ICMP ping checks to the device. Indicates if the device is responding to network pings.
SNMP ProfileprofilecorestringThe Datadog NDM profile applied to the device, typically derived from its vendor and model (e.g., cisco-router, juniper-switch). Profiles determine which metrics and metadata are collected.
VendorvendorcorestringThe manufacturer or provider of the device (e.g., Cisco, Juniper, Palo Alto Networks).
SubnetsubnetcorestringThe IP subnet (in CIDR notation) associated with the device. Useful for network segmentation and inventory grouping.
IP Addressip_addresscorestringThe primary IPv4 address used by Datadog to monitor the device.
Device Typedevice_typecorestringThe functional category of the device (e.g., router, switch, firewall, load balancer).
LocationlocationcorestringA logical or physical location identifier for the device (e.g., datacenter, site, or region). May be derived from configuration or tagging.
TagstagscorehstoreKey-value metadata tags associated with the device. Tags provide flexible categorization (e.g., environment, owner team, role).
Agent Hostagent_hosttagstringThe hostname of the Datadog Agent responsible for collecting SNMP data from the network device.
Agent Versionagent_versiontagstringThe version of the Datadog Agent running the SNMP check that monitors the device.