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

Information of tables in AWS Elastic Cassandra from where the DOM details come from

Solved913 views20th October 2023Cassandra Elastic LowCode
1
Apurva Tandon [DevOps Advocate]1.53K 17th October 2023 0 Comments

I am creating a low code app, wherein I want to the know the tables from where all  DOM related information are retrieved, in order to get/set the values from the script.
As for my scenario, I want to retrieve the start time and end time for the event or element.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 20th October 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Thomas Ghysbrecht [SLC] [DevOps Enabler]4.80K Posted 17th October 2023 2 Comments

Hi Apurva,

If I understand your question correctly, you currently have DOM data displayed in a low-code app, and you would like to interact with them in a DataMiner Automation script? If that is the case, you'll first need to know the IDs of the FieldDescriptors that represent the start and end time.

If you are not sure where to find this and would like to start from the low-code app, you can follow these steps:

  • In the low-code app, open the page where the table is displayed and go into edit mode.
  • Hover over the table component and click on the 'Data' (grid) icon which should pop up below the component. This will show the name of the 'feed' where this data in the table is coming from. This will most likely either be the name of a GQI query or a query filter. If it is the latter, you'll have to do the same on the query filter component so you know which GQI query is the source.
  • Edit (pencil icon) the GQI query you found. This should reveal the DOM module this DOM data is coming from. (Get object manager instances module is X)

Now you know the DOM module ID, you can check the configuration using the SLNet Client Test tool.

  • Open the tool
  • Connect to your DataMiner agent
  • Go to 'Advanced > Apps > DataMiner Object Model'
  • Select the module ID you found earlier
  • Click on 'Open'
  • A new UI should pop up which displays all DOM instances and configuration objects inside this DOM module.
  • Go to the 'SectionDefinitions' tab.

You will now see all SectionDefinitions in this DOM module. There should be one in that list that contains the two 'DateTime' FieldDescriptors (start & end). You can find it by clicking on one and then clicking the 'Open' button. This gives an overview of all FieldDescriptors in the SectionDefintion.

If you have found the SectionDefintion & FieldDesciptors, you can note down their IDs and use them to interact with the fields (get/set). More information on how to do that can be found in the docs: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_Altering_values_of_a_DomInstance.html

To read DOM instances, you can check the example here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_Invoice_app_example.html#readingfiltering-dom-instances

Don't hesitate to let me know if I misunderstood your question.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 20th October 2023
Apurva Tandon [DevOps Advocate] commented 17th October 2023

Thanks, a lot for your response it is really very helpful, but can you please let me know where are Dom Instances coming from or where it is saved?

Thomas Ghysbrecht [SLC] [DevOps Enabler] commented 17th October 2023

DataMiner stores the DOM data in the configured indexing database. This is either Elasticsearch, OpenSearch or STaaS depending on what is configured. You can find the index name schema on this page in the docs: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_data_storage.html

Do note that this data should not be altered manually and that the DOM API provided by DataMiner (DomHelper) should be used.

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