Hi, how do we automate the action of uploading an alarm and trend template .xml files into DataMiner via automation scripts? We need to repeat this process over and over again for about 10 protocols in a test procedure and it would greatly help to be able to automate this action.
Hi Bing,
Maybe you can use the CreateAlarmTemplate method of our Web Service (v1), though you will need to convert your XML files into the appropriate parameters, and to code access credentials within the automation to communicate with the Web Services.
Hi Gelber, that is a valid alternative. I tried to look through the list of v1 WebServices – are you aware if there is an equivalent for trend template?