Solved
Forum Discussion
SteveBamford
Neophyte
17 days agoI am surprised this isn't covered in the SDK doc's surely there is a feature request to return JSON rather than a custom data source.
Try this: https://www.logicmonitor.com/support-files/rest-api-developers-guide/sdks/docs/
The SDK returns a custom object, but you can use the .to_dict() method to convert it into a dictionary. No JSON involved.
I am surprised this isn't covered in the SDK doc's surely there is a feature request to return JSON rather than a custom data source.