4 years ago
Using API v2
Hi
Can someone point me in the direction of some instructions on how to make API calls with V2 of the API? (Just with a basic example on how the auth is done now etc)
I can find exampl...
10 minutes ago, Stuart Weenig said:FYI, the @Stefan W and Michael helped develop this little nugget that makes interacting with the SDK dead simple (two lines and you've got the results of an API call).
Ye great work. Way easier than using the API (for me at least)
I found this documentation which looks very nice also:
https://www.logicmonitor.com/support-files/rest-api-developers-guide/sdks/docs/#api-LM-getAlertList
Question, in the example:
api_response = api_instance.get_alert_list_by_device_group_id(id, needMessage=needMessage, customColumns=customColumns, fields=fields, size=size, offset=offset, filter=filter)
How do you get the ID of the specific group?
Thanks