3 years ago
Python SDK
I'm looking at using the Python SDK to add some devices.
https://www.logicmonitor.com/support-files/rest-api-developers-guide/sdks/docs/#api-LM-addDeviceDatasourceInstance
When I go to...
10 hours ago, Michael Baker said:This is prob a better doc to follow obv you need to change the auth path but any method in swagger doc should be on here with example code using the official SDK https://github.com/logicmonitor/lm-sdk-python/blob/master/LMApi.md
Thanks for the link. I will have a look, at first glance it seems very similar/same to the original link I used. The issue I was having was python didn't know what Swagger client was. I figured out you need to take and generate a swagger python client installation. After that it worked. I don't see that documented anywhere in the documentation.