Skip to main content
Question

API Call to Sync Devices

  • June 14, 2023
  • 1 reply
  • 82 views

So my Company has a Single Truth application which has the an active device list. How do I get to sync up this device list into our NetBrain domain using API?

Thanks!

1 reply

Forum|alt.badge.img+4

Hi @mosessefah 

From your single truth app create a list of devices. Use the API to add the devices to a NetBrain Discovery task and execute it (https://github.com/NetBrainAPI/NetBrain-REST-API-R11/blob/main/Golden%20Use%20Case%20Templates/Discovery%20and%20Devices%20Management%20by%20Calling%20APIs.md).

For comparison between NB and your single truth app, you can export a list of devices: https://github.com/NetBrainAPI/NetBrain-REST-API-R11/blob/main/REST%20APIs%20Documentation/Devices%20Management/Get%20Device%20Data%20API.md
or from the Single IP Table: https://github.com/NetBrainAPI/NetBrain-REST-API-R11/blob/main/REST%20APIs%20Documentation/Topology%20Management/Get%20One%20Ip-Table%20API.md
 

Regards

Carsten