Open for Voting

FEATURE REQUEST - Export the new maps as images

Case Number: CUST-107127

The legacy maps could be accesed with a SQL query.

SELECT FileId, FileName
            FROM [SolarWindsOrion].[dbo].[MapStudioFiles]
            WHERE FileName like '%.OrionMap'
            ORDER BY FileName

And then calling the following url to get the image

[https://%3cserver%3e/Orion/NetPerfMon/NetworkMap.aspx?Map=%3cFileId%3e.OrionMap&AccountID=%3cuser%3e&Password=%3cpassword]https://<server>/Orion/NetPerfMon/NetworkMap.aspx?Map=<FileId>.OrionMap&AccountID=<user>&Password=<password>

This was very useful to attach the maps to email alerts, tickets and other automation processes. We would like to request a similar functionality for the NEW maps, via API if possible.