The d42_sync_tool.py uploads data from Device42 to SolarWinds WebHelpDesk.
Device42 Data that is synced is as follows:
- Buildings (WHD: Locations)
- Vendors (WHD: Manufacturers)
- Type (WHD: Asset Type)
- Hardware (WHD: Models)
- Devices (WHD: Asset)
The d42_sync_tool.py has a separate settings.cfg file which holds all of the settings including:
- Device42 credentials
- Device42 URL
- WHD credentials
- WHD URL
- Other settings (logging, debug...)
You can run the tool by typing python d42_sync_tool.py in command prompt in Windows or in Linux terminal.