Hi everyone,
I’m generating a deep link to a Low-Code App from a DataMiner Automation script. The link works when I hard-code the Remote Access base URL, e.g. https://ticketinghibdev-skyline.on.dataminer.services.
What I’m missing is a way to obtain that "ticketinghibdev-skyline.on.dataminer.services” host/base URL dynamically from within the Automation script (so I don’t have to hard-code DEV/TEST/PROD URLs).
- Is there a supported DataMiner Automation API to retrieve the dataminer.services Remote Access base URL (or host) for the current DMS?
- If not, what’s the recommended/best-practice way to provide this value to the script (e.g. script parameter, config file in a DataMiner folder, etc.)?
Thanks in advance!
Miguel Obregon [SLC] [DevOps Catalyst] Posted new comment
Hi Harun,
Small question, is the purpose of the script to connect remotely to another DataMiner System? If the scope of the automation script is the cluster where it is running, I believe you don't need the URL.