In Easydash, we can see that images hosted in MindSphere via the IoT file service could use the referenced in dashboards via Fleet Manager's API endpoint: (https://<tenant>-fleetmanager.<env>.mindsphere.io/api/iotfile/v3/files/<assetID>/<file Path & Name>).
Since the Fleet manager application will be deprecated, how should we get access to images hosted in MindSphere?
SolutionFor the EasyDash application, it is recommended to use this notation:
https://<tenant>-easydash-silopsms.<env>.mindsphere.io/api/iotfile/v3/files/<assetID>/<file Path & Name>)
Example: https://TENANTNAME-easydash-silopsms.eu1.mindsphere.io/api/iotfile/v3/files/e2473769ad0349d6b819ae4fea331140/calculate_density.png
It will guarantee the easyDash user has enough permissions to view the image.
Notes