Visio – automatic refresh of thumbails

Hi Bruno, Not sure if that is possible to do directly with the features of DataMiner Visual Overview, as I was only able to find that option you mention of …

Update System Function in DMS

Just to refer to this other similar question where I had a solution via an automation script that allowed me to update a System function in the DMS.

Unable to get connection String

Hi Jeyaram, I tried this and the only difference is that I have a SOAPAction header in my request, also note how the username is starting with .\ for local …

Unable to get connection String

Hi Jeyaram, Can you please confirm if you made the required changes to allow external API requests? In order to make a web API request from an external machine using HTTP …

Unable to get connection String

Hello Jeyaram, Can you show us some output? Are you getting a response from the WebAPI’s and what would be the content of that response? Wkr

DataMiner API – to GET alarm

In general to use the web services you first need to: Call the Connect method to request a connection ID. Call any other method remebering to pass along the connection ID …

DataMiner API – to GET alarm

Hi, I see some problems in your request: <connection>string</connection> => ‘string’ should be a GUID (for example 3fefccd8-b0ba-4bd6-ad2a-9493772a0797) you received by logging through this API call: https://dataminer.tatamediaservices.com/api/v1/soap.asmx?op=ConnectApp <dmaID>38701/233</dmaID> => I …

Adding row to SMIv2 Table

Hi, As Laurens said you need to execute SNMP set to add you new row. For that you need to trigger an action of type Set on and SNMP group. …

Update System Function in DMS

Hi Timothy, I would advise you to use the SRM_ExportFunctions automation script, which’s part of the Standard SRM solution. This will allow you to generate function packages, which can be …

DataMiner API

Hi Jeyaram, Yes, DataMiner provides a API to query information from a third-party application. You can find more information in the DataMiner Web Services API Reference Guide. Regarding your use …

DataMiner API

Hello Jeyaram, DataMiner supports a Web Services API which allows you to get that information and much more.  Have a look at the following documentation: Web Services API Description The …