User-Defined API – Use Singletons and Subcollections

Create an dataminer api endpoint on /customers/ and use that script to determinate the path: https://docs.dataminer.services/dataminer/Functions/User-Defined_APIs/Defining_an_API/UD_APIs_Examples.html#using-the-requestmethod-and-route public ApiTriggerOutput OnApiTrigger(IEngine engine, ApiTriggerInput requestData) { switch(requestData.Route) { case"chains/change-status": return HandleStateChangeRequest(requestData); case "chains/status": …

Display value in LCA not showing

Hi Stefan, We are not aware of any issues with ‘Get parameter Table by ID’ queries and discrete parameter values. I suggest that you contact tech support (support@dataminer.services) so they …

Obtain Latency between 2 L3 devices withing Datamine.

Hi Divagar, CISCO Catalyst devices can be monitored through the CISCO Manager. That connector should allow you to monitor the ping information. More information can be found on the Catalog: …

IDP Rack View and Virtual Machines

Exactly—IDP Rack Manager is focused on physical equipment, so VMs shouldn’t be placed directly in physical rack slots. That said, you could probably link VMs to their physical hosts using …

IDP changing to DOM and LCA

There are currently no plans to move to DOM. While a low-code application (LCA) would introduce an additional UI layer, it would still rely on the existing IDP back-end. The …

Email report PDF page size from 8.5×11 to 11×17

Hi Manuel, When configuring the dashboard for use in e.g. a scheduled action, you can click the “options” button and select the desired paper format there. It also offers a …

DataMiner Maps – Keep showing login page

Hi Jeeva, Embedded web apps in Cube should automatically log in and are never supposed to show their login screens. I suggest you reach out to tech support (support@dataminer.services) so …

DataMiner Maps – Server Config

Hi Chris, At first glance, the config looks correct. If the issue isn’t resolved yet, I would suggest you get into contact with tech support (support@dataminer.services). This will allow us …

Using an element variable as dummy in my script in my LCA

During configuration of an automation script action in LCA you should have the option to link to other feeds. https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.html?tabs=tabid-1#launching-a-script I’m not completely sure if that is only for the …