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...
13 minutes ago, Stuart Weenig said:V2 specific documentation:
https://www.logicmonitor.com/support/rest-api-developers-guide/v2/rest-api-v2-overview
If you're using Python, the SDK is far and away better:
https://www.logicmonitor.com/support/rest-api-developers-guide/logicmonitor-sdks
https://www.logicmonitor.com/support-files/rest-api-developers-guide/sdks/docs/
If you're not using Python:
https://www.logicmonitor.com/swagger-ui-master/dist/
https://github.com/sweenig/lmcommunity/blob/master/Billing/Resource_Group_Member_Counts/ad.groovy
This is great, thanks! SDK looks great, just tested and works a treat. Thanks Stuart.