How to construct device tree URL?
Hi,
I want to link directly to a device in LogicMonitor from the CI page in our ServiceNow platform. I can use the API to get the device ID, but how I do construct the URL that we typically see when using the LogicMonitor UI? For example:
https://account.logicmonitor.com/santaba/uiv3/device/index.jsp#tree/eyJ0IjoiZGciLCJpZCI6MjU0LCJlIjpbXSwicyI6IjI1NGczMjJkIn0%3D
Hi Mosh,
The URL you've listed is one you'd see when browsing the device tree, but if you "focus" on a particular device, you'll see the url change to something like this: https://account.logicmonitor.com/santaba/uiv3/device/index.jsp?rnd=1#tree/-132-d-3119, where the first id is the group id and the second id is the device id. Though note that this does require an active session.
Thanks,
Sarah