v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBNetwork Device Monitoring
Get the device details
Get the device details.
get/api/v2/ndm/devices/{device_id}
Path parameters
device_idstring required
The id of the device to fetch.
Response
OK
Example response
{
"data": {
"attributes": {
"description": "a device monitored with NDM",
"device_type": "other",
"integration": "snmp",
"ip_address": "1.2.3.4",
"location": "paris",
"model": "xx-123",
"name": "example device",
"os_hostname": "1.0.2",
"os_name": "example OS",
"os_version": "1.0.2",
"ping_status": "unmonitored",
"product_name": "example device",
"serial_number": "X12345",
"status": "ok",
"subnet": "1.2.3.4/24",
"sys_object_id": "1.3.6.1.4.1.99999",
"tags": [
"device_ip:1.2.3.4",
"device_id:example:1.2.3.4"
],
"vendor": "example vendor",
"version": "1.2.3"
},
"id": "example:1.2.3.4"
}
}