[Visio] – Link a shape to Notes

Hi Pedro, Welcome to our community. I’m not sure you can show the Notes page, although I know you can navigate to the page. You can do that by using …

Dashboard: A Feed component in a table structure

Hi Bing, With the current version you can come close if you add a ‘List’ component (Feeds category) and link it with the Indices from your table (Data/Indices). You will …

Requirements of server virtualization

Hi Tomoya, Thanks for posting on Dojo! Of course, Dataminer is supported over virtual platforms. In our System requirements document, you can find a chapter Regarding Virtual Servers. DataMiner System …

Automation script options dialog

Hi Martin, I believe you are referring to the confirmation dialog. In this case you will need to add the option ‘NoConfirmation’ in your Execute shape data. For example: Please …

Correlated alarms with custom alarm fields

I don’t think such a feature exists specifically but I’m sure you could achieve this behavior with yet another correlation rule or even an automation script. However, I would like …

Curl examples for accessing to the Dataminer Webservices

An example running in windows PowerShell: curl.exe –request POST ‘http://localhost/API/v1/soap.asmx’ –header “Content-Type: text/xml;charset=UTF-8” –header “SOAPAction:http://www.skyline.be/api/v1/ConnectApp” –data ‘@new3.xml’ new3.xml is a file with the xml payload as below and response is …

Curl examples for accessing to the Dataminer Webservices

Should be possible to call an API method of DataMiner with cURL like this: curl –header “Content-Type: application/json” \–request POST \–data ‘{“host”: “”, “login”: “Username”, “password”: “Password”, “clientAppName”: “myApp”, “clientAppVersion”: …