I'm new to the oriosdk part of Solarwinds.
I have python code that will find the config and trigger a download for that specific config, however, I want it to download to a specific location on my computer. It doesn't matter if I have to use python or CURL, I just can't find documentation on how this is done. Here's the last part of my python code that shows the download, I got this from some of the other forums and altered it for my needs.
guid=[]
for ein stripped_config_list:
guid.append(e)
configType = 'Running'
transferIds = swis.invoke('Cirrus.ConfigArchive', 'DownloadConfig', guid, configType)