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
    • Empower Replay: Limited Edition
    • 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
    • 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
    • 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
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Verify cloud connection from automation script

Solved874 views18th January 2024Automation script cloud-connection
2
Seppe Dejonckheere [SLC] [DevOps Advocate]2.26K 18th January 2024 0 Comments

Hi,

Is it possible to determine if a cluster is cloud connected using an automation script?
I would also need to be able to determine which exact agents in the cluster provide the cloud connection and which ones don’t.

Kr,

Seppe Dejonckheere [SLC] [DevOps Advocate] Selected answer as best 18th January 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
6
Jordy Ampe [SLC] [DevOps Enabler]1.81K Posted 18th January 2024 4 Comments

Hi Seppe,

I think you should be able to use this message to know if the DMS is registered with dataminer.services (= cloud-connected).

As far as I know there are no other messages to know what ‘agents’ do provide the cloud-connection, as it could even be a proxy server without DMA installed on it.

Wkr

Jordy Ampe [SLC] [DevOps Enabler] Edited comment 28th April 2025
Jordy Ampe [SLC] [DevOps Enabler] commented 18th January 2024

Another message “ValidateDmsExternalAuthenticationRequest” will check if your current cloud registration token is still valid with dataminer.services (if not a ‘renew’ is needed)

Jordy Ampe [SLC] [DevOps Enabler] commented 18th January 2024

Another message “IsAccountCloudLinkedRequest” will check if the DataMiner user sending this message (so the user who executes the automation script in your case) is linked to a dataminer.services account and if so it will also return the email address

Jordy Ampe [SLC] [DevOps Enabler] commented 6th February 2024

After some investigation we found out these messages are not included in the automation/slnettypes nugets and we will have look if we can make them available in the future.

Jordy Ampe [SLC] [DevOps Enabler] commented 28th April 2025

It's possible to get the dataminer.services IDs for the organization & DMS (meaning the DMS is cloud connected) using the ChatIntegrationHelper Nuget (https://www.nuget.org/packages/Skyline.DataMiner.DcpChatIntegrationHelper) like this: `var chatIntegrationHelper = new ChatIntegrationHelperBuilder().Build(); var identity = chatIntegrationHelper.GetDataMinerServicesDmsIdentity();`. This method would throw a ChatIntegrationException("The DMS is not registered with dataminer.services.") in case the DMS is not registered with dataminer.services (anymore).

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