10 years ago
REST API Timeline
We support over a dozen customers with separate Logicmonitor environments (and counting). We are now building a comprehensive management application in order to enforce consistency across the envir...
Annie, we've had some exciting developments in our ability to manage our logicmonitor environments more effectively. Two remaining components that we really need to automate via API calls are:
1. Creating/Updating eventsources/datasources
2. Creating/Updating reports
I can see from with my web tracing tools that the new UI uses REST API's itself to perform these items, those API's simply aren't published yet. Also, when I try to replicate the same API calls, I get the following error:
---The specified HTTP method is not allowed for the requested resource (Method Not Allowed).
I understand the developers have chosen not to publish or permit outside access to these yet for good reason. However, can you please ping them to see where they are on releasing these new APIs (which were never released in old UI btw)? Also, can you try to ask if it might be possible to start working on at least one of them sooner rather than later? I think reports is ready to go, and it's just a permission thing.
It's worth noting that the reports one was easy to figure out and replicate, and I already have code built that could do it, while the datasource update one I don't quite understand yet. It was much more complicated, and is a slightly lower priority.