Network Device Monitoring

Number of APIs: 5

  1. Get the list of devices GET {{baseUrl}}/api/v2/ndm/devices?page[number]=0&page[size]=10&sort=status&filter[tag]=status:ok

  2. Get the device details GET {{baseUrl}}/api/v2/ndm/devices/:device_id

  3. Get the list of tags for a device GET {{baseUrl}}/api/v2/ndm/tags/devices/:device_id

  4. Update the tags for a device PATCH {{baseUrl}}/api/v2/ndm/tags/devices/:device_id

  5. Get the list of interfaces of the device GET {{baseUrl}}/api/v2/ndm/interfaces?device_id=example:1.2.3.4