Hi team,
When using the network atlas, we obtained the rendered image of the map as follows:
First we look for the FileId of the map we want in [SolarWindsOrion].[dbo].[MapStudioFiles]
SELECT FileId, FileName
FROM [SolarWindsOrion].[dbo].[MapStudioFiles]
WHERE FileName like '%.OrionMap'
ORDER BY FileName
And then we call the next url to get the rendered image
https://<server>/Orion/NetPerfMon/NetworkMap.aspx?Map=<FileId>.OrionMap&AccountID=<user>&Password=<password>
We would need an equivalent URL for intelligent maps.
It has been requested to include this functionality for intelligents maps through the internal ticket CUST-107127 with development team.
Thanks in advance,
Regards.