Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Bridge Technologies VB440 App – Widglets

Solved1.73K views24th October 2023low code app
1
Joey Vanhalst [SLC] [DevOps Advocate]1.80K 4th October 2023 0 Comments

Hi,

I saw the use case on the Bridge Technologies VB440 (Bridge Technologies - Tech Partner Integrations - DataMiner Dojo) and installed the package from the Catalog (Catalog (dataminer.services)).

I noticed that the app which is part of the package does not contain the pages with the Widglets. Can these be included or how can I get these setup myself?

Thanks!

Damian Hatwell Answered question 5th October 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Rui Camacho [SLC] [DevOps Member]111 Posted 5th October 2023 0 Comments

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 be embedded on a Low-Code App using the Web component and feeding in the URL:

Some Widglets can be designed to take in URL parameters. This is useful, for example, to pass the probe address, parametrize which service(s) to show, or set layouts:

Widglets can normally be accessed from any public endpoint. On a Low-Code App however, if the Widglet is served from a remote endpoint, DataMiner will prevent access (Cross Origin Resource Sharing error). This is why the Widglets above are hosted in the same webserver as the App (ziine.skyline.be).

On the target DMA, this can be easily done by dropping the .HTML Widglet file in C:\Skyline DataMiner\Webpages\<Folder>\ 
Folder - The sub-folder where you'd like to store your Widglets. In the example above we use "BridgeTechnologies" folder.

Note: I was told that Widglets are not designed to be accessed by referrencing the HTML filepath outside the context of a webserver. So, something like "C:\Documents\MyWidglet.html" might not work.

Probes

Widglet's use JSAPI call to connect to a probe. The first example above connects to a hardcoded probe hosted at BridgeTech, despite the HTML page itself being hosted on Ziine.

import('https://vb440demo.bridgetech.tv/probe/jsapi/jsapi.mjs')

The second example is taking the probe endpoint as a URL parameter, which is then used on the import statement.

If you'd like to connect to another probe, this is how.

Material

  • Widglet examples from BridgeTech repo: https://repo.bridgetech.tv/docs/widglet/
  • This is the PDF Documentation to compose Widglets.
  • BridgeTech App hosted on Ziine containing some of the examples listed above.

Update

  • Changed link to PDF Documentation. Is now public, no need to request access. Thanks Ben and Damien.

Hope this helps!

Rui Camacho [SLC] [DevOps Member] Edited answer 24th October 2023
3
Damian Hatwell57 Posted 5th October 2023 2 Comments

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

Damian Hatwell Posted new comment 6th October 2023
Ben Vandenberghe [SLC] [DevOps Enabler] commented 5th October 2023

Hi Damian – great to see a Bridge Technologies expert here! Rui was referencing above a PDF document with more information, but that is stored internally at Skyline probably. Not sure if this is a public document, or if you have a link to a public version of this? It’s called the VB4040 Widglet Guide. Just in case this is relevant for other DataMiner users in the future.

Damian Hatwell commented 6th October 2023

Hi Ben
Yes, this document is also available from Bridge Technologies here:
https://www.dropbox.com/scl/fi/sfodascv76tudz745volj/Bridge-Technologies-VB440-Widglet-Guide.pdf?rlkey=dqx8vorzr0pidjks64ph3aa2n&dl=1

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

How to implement bearer token refresh? 0 Answers | 0 Votes
Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin