coxley / nsot_sync

CLI/Driver-based framework to sync resources to NSoT (IPAM/CMDB)
1 stars 3 forks source link

Implement Solarwinds IPAM (Orion) Driver #10

Open coxley opened 8 years ago

coxley commented 8 years ago

Lots of places use Solarwinds Orion for their IPAM and other things. I currently have an instance I sync from for corporate network assets which needs converted into an nsot_sync driver.

Ideally this could make trialing or switching to NSoT easier for others too - or doing like me and bridging the gap between two functional teams.

coxley commented 8 years ago

I have much of the work implemented in something else internal. Shouldn't be a stretch to migrate it into something more structured, at least something that works/is rudimentary. The API is just sending the correct SWQL in JSON payload like {"query": "SELECT..."}