Where can I get the ProtocolId for automation script?

Hello, If we want to execute an automation script like the presented below (using API): <DMAAutomationScriptDummy> <Element xsi:nil=”true”/> <ProtocolName>Xicom Technology XTC-123</ProtocolName> <Name>XYZ</Name> <ProtocolVersion>XXX</ProtocolVersion> <ProtocolId>????</ProtocolId> </DMAAutomationScriptDummy> Where can I get the …

System Settings – Time To Live

In System Settings – Time To Live settings, there are two sections, “Local” and “Indexing”. What are the differences? Can you explain an use case that requires these independent settings? …

Dashboard – Error – “DefaultTimeZone”

Upon creating a generic table module with GQI on the new Dashboard in dataminer 10.1.8.0-10613, the generic table module displays the message “Value provided for DefaultTimeZone is Invalid.” What causes …

Visio – automatic refresh of thumbails

While working on a Visual Overview to display thumbnails, I was looking for a way to have them refreshed automatically. The thumbnails are displayed by embedding a webpage in the …

Unable to get connection String

Hi Team, I am trying to get connection string  through the blow API request. Method: POST Request: POST /api/v1/soap.asmx HTTP/1.1 Host: https://dataminer.tatamediaservices.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: 5 <?xml version=”1.0″ encoding=”utf-8″?> …

Virtual IP for OS management with RDP

For one of our customers I have the following question, they have a redundant dataminer system (main/backup) with multiple network cards. The elements use the virtual IP of the redundant …

DataMiner API – to GET alarm

Hi, To get alarm of one element, I have made the GET API request in Postman API tester tool and I got the attached response. But the response seems does …

Update System Function in DMS

I want to correctly update the system function in a DMS. What is the correct procedure for this? I know it’s something in the line of “copy the Functions.xml file …

DataMiner API

I would like to test API in DataMiner. To start with, I want to get active alarms I want to get table information from one element Does DataMiner support API? …