Installed cloud package but Orchestrator DxM missing

The Orchestrator was installed but no service was created. Probably the suggestion of Louis above would have worked to resolve the problem. I however just registered the Orchestrator as a …

Alarm Filter Ingestion Into Dashboard

Hi Samson, Saved filters can be used with the alarm table component: Another option is using the ad-hoc data source SLC-GQIDS-ActiveAlarmsUsingFilter. This ad-hoc data source allows you to use saved …

configure dual IP and failover for dataminer element

Hi Bhavana, If you are referring to the specific connector/protocol in your question (Ateme Kyrion DR5000), it doesn’t support redundant polling. If you are referring to a protocol that you …

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 …