Bridge Technologies VB440 App – Widglets

In addition to the information above from Rui, if there are any questions about the Widglet API, feel free to ping us at support@bridgetech.tv. Damian

Bridge Technologies VB440 App – Widglets

Hi Joey, Widglet A Widglet is an HTML file. It uses a BridgeTech proprietary JavaScript API to connect to a probe and let you compose the Widglet’s appearance. It can …

Dashboard PDF Report Layout

Hi Nur, There is no specific option to change orientation for a report, but it is possible to use the ‘Custom’ paper format and add the necessary dimensions to have …

Dashboard PDF Report Layout

Hi Nur, As far as I know this is not possible. There is feature suggestion about this topic: Dashboard – landscape PDF export And the question where this feature suggestion …

Remove domain user from DataMiner

hi Matthias, I can’t immediately think of something that can explain what you describe. Let’s create a collaboration task to investigate in detail. You can send the task to ‘domain.create.data-core’. …

STaaS: Is spectrum already supported

Hi Thibault all data types are currently supported. You can find the current limitations in the docs (Storage as a Service (STaaS) | DataMiner Docs).

Swapping servers with STaaS

Hi Michiel this is possible but will require a manual step to copy over you cloud tokens to the new machine. Let us know if you would like more information …

MySQL to STaaS migration

Hi direct migration from MYSQL to STaaS is not supported yet. Migrating to Cassandra first is indeed a possibility in the meantime.

Access permanent memory files from c#

Hi Gerwin, You will need to define a Script Variable of type Memory. When executing the script, you could use the method GetMemory. Hope it helps.