ContributionsMost RecentMost LikesSolutionsRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication Hello Team, I'm trying to download the device configuration from the LM via API call, with the above instructions authentication is working and planning to construct the full url with response properties from base query. but when i'm using multiple environment variables in URL, it returning auth error. Please help . Manual URI - {{url}}/device/devices/18421/devicedatasources/388204/instances Response is good. Dynamically feeding data device source - {{url}}/device/devices/18421/devicedatasources/{{dds_id}}/instances Error message - {"data":null,"errmsg":"Authentication failed","status":1401} Re: download multiple device configs On 8/12/2020 at 8:51 AM, pperreault said: I put this together. https://github.com/peteperreault/lm Script is getGroupConfigs. It's working for Cisco and Palo Alto devices, potentially only a subset of each. I'm sure there are additional devices that can be added as well as additional functionality. @Stuart Weenig You'll recognize some bits from connectwise_manage. You know what they say, imitation (and outright thievery) is the sincerest form of flattery. ? Thanks for the script, could you please help me with Jason file template to pass the credentials required to authenticate? Appreciate your help . Re: download multiple device configs On 6/25/2021 at 4:25 AM, Herin said: Hi @pperreault, I am new to scripting so trying to get my head around this. We are in the same boat where we have download configs for multiple devices, how to go about utilising this script ? Let me know. Thank you Thanks for the script, could you please help me with Jason file template to pass the credentials required to authenticate? Appreciate your help . Multiple Network Devices Config Download Team, Thanks in advance! Looking for a help to download the device configuration from the LogicMonitor on multiple devices. Could you please suggest a way to achieve this? ~Raj
Top ContributionsMultiple Network Devices Config DownloadRe: download multiple device configsRe: download multiple device configsRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication