Is there an API I can connect to with Python?
I would like to query IPAM with Ansible/Python
Thanks.
Yes. Please see https://github.com/solarwinds/OrionSDK. There's a basic Python client for the REST API under /Samples/Python.
thx ...
Were you able to do what you wanted?
--
Steven Klassen
Developer Analyst @ Loop1 Systems, Inc.
http://www.loop1systems.com/
Additionally, you can use the PYODBC python module to connect to the Solarwinds database, and query IPAM data if you know the schema well. I got it to work without much trouble...
Please look at GitHub - alexkross/swipam-script: Ansible dynamic inventory script for SolarWinds IPAM product
It takes some getting used to but it's pretty handy. I"m working with Orion in Python now.