Visio – automatic refresh of thumbails
16th July 2021
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 …
Answer
16th July 2021
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 …
16th July 2021
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.
16th July 2021
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 …
16th July 2021
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 …
16th July 2021
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
16th July 2021
Hi Patric, This is possible. I believe the information captured here is what you are looking for.
16th July 2021
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 …
15th July 2021
Hi Javier, this is probably what you are looking for: DataMiner Help
15th July 2021
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 …
15th July 2021
Hi HyungMo, When checking the Keep active alarms option, the active alarms are shown in the sliding window tab page even if they don’t fit into the sliding window size. …
15th July 2021
Hi, If the alarms are active alarms they will remain in the sliding window (last hour in your case) even if they do not fall within that window. More information …
15th July 2021
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. …
15th July 2021
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 …
15th July 2021
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 …
15th July 2021
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 …