Network Device Monitoring
Number of APIs: 5
-
Get the list of devices GET {{baseUrl}}/api/v2/ndm/devices?page[number]=0&page[size]=10&sort=status&filter[tag]=status:ok
-
Get the device details GET {{baseUrl}}/api/v2/ndm/devices/:device_id
-
Get the list of tags for a device GET {{baseUrl}}/api/v2/ndm/tags/devices/:device_id
-
Update the tags for a device PATCH {{baseUrl}}/api/v2/ndm/tags/devices/:device_id
-
Get the list of interfaces of the device GET {{baseUrl}}/api/v2/ndm/interfaces?device_id=example:1.2.3.4