User-Defined API – Use Singletons and Subcollections
21st August 2025
Hi Felix, Having dynamic routes where part of the route would be captured in some kind of variable is currently not supported. This has, however, already been recognized as an …
Answer
21st August 2025
Hi Felix, Having dynamic routes where part of the route would be captured in some kind of variable is currently not supported. This has, however, already been recognized as an …
21st August 2025
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": …
21st August 2025
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 …
21st August 2025
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: …
20th August 2025
Hi Tim, Please check the answer to this question that is also valid for the Microsoft Platform: Linux Platform – HP Parameters Microsoft and Linux Platform connectors implement SNMP OIDs …
20th August 2025
Hi Baranisudha, The AddServiceMessage can be used not only to add services, but also to update them. When using it to update a service, you will always get Edited information …
20th August 2025
Hi Baranisudha, These information events are meant to be seen and are not an issue. As Miguel mentioned in his comment above, these are related to the synchronization between DMAs …
20th August 2025
Hi Alexandre, There are no other special commands to control Cube from an LCA. Currently the LCA can only open element, view & service cards. LCA to Cube When the …
20th August 2025
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 …
20th August 2025
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 …
20th August 2025
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 …
20th August 2025
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 …
20th August 2025
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 …
20th August 2025
Hi Dieter, It is not yet possible to link the dummies of an automation script to other data inside a LCA. If this is a feature you are interested in, …
20th August 2025
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 …