DataAPI element duplication

Hi Carl, Since DataMiner 10.5 CU11, 10.6, and 10.6.2, the Data API creates elements only on the DataMiner Agent where the API is running. In earlier versions, element creation could …

DM deployments for IT infrastructure

Hi Alberta, I was unable to find any publicly available case studies. However, it might be interesting to take a look at the following catalog items: 1. IP Network Explorer …

Element Alarm State

Hi Stefan, Note that those general parameters (=parameters added by DataMiner to each element independent of the connector it is using) are a little bit more hidden away. As indicated …

Element Alarm State

Hi Stefan, If you already double-checked that this general parameter is not monitored in the alarm template, then there is likely something else causing this behavior. I would suggest contacting …

Unable to access DMA06

It appears the shared MSI installation was performed on your client machine. As indicated in the docs, this type of installation cannot update automatically. The versions.txt + Cube.zip is only …

How to create a job via Postman api call

Hi Gunnison, Note that script ResourceScheduling_CreateJob is a MediaOps Plan solution script used for interaction in the LCA. We can’t guarantee that the code will stay backwards compatible (e.g.: additional …

How to create a job via Postman api call

Hello Gunnison, The error you pasted states that the ResourceScheduling_CreateJob script failed due to not having the OnApiTrigger. By default, User-Defined APIs look for an OnApiTrigger function when called. You …