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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • 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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about 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)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

service from element

Solved112 views6th October 2025
1
Juan Falcon345 26th September 2025 0 Comments

Hello

Is there any message or method in GQI to get the list of services that are created from an element? its for a LCA, if i can do that with query it will be a solution too.

Thanks

Juan Falcon Selected answer as best 6th October 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Alija Kusur [SLC] [DevOps Advocate]560 Posted 6th October 2025 1 Comment

Hi Juan,

Here’s one way you could do it in a code:

private GQIDMS _dms;
public GQIPage GetNextPage(GetNextPageInputArgs args)
{
  GetServicesForElementMessage message = new GetServicesForElementMessage();
  message.ElementID = 123;
  message.DataMinerID = 456;
  var response = _dms.SendMessage(message) as GetServicesForElementResponse;
  foreach (var service in response.Services)
  {
    var info = $"Service: {service.ID}, {service.Name}";
  }
}

public OnInitOutputArgs OnInit(OnInitInputArgs args)
{
  _dms = args.DMS;

  return default;
}

Juan Falcon Posted new comment 6th October 2025
Juan Falcon commented 6th October 2025

Tanks Alija. its what i need.

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
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