How to get current element IP address and show on page
21st September 2024
Hi Muhammad, If you are referring to a page in an element, you can retrieve the IP address using a parameter of type pollingip (see DataMiner Docs) If you are …
Answer
21st September 2024
Hi Muhammad, If you are referring to a page in an element, you can retrieve the IP address using a parameter of type pollingip (see DataMiner Docs) If you are …
21st September 2024
A good general tip when dealing with a lot of data is splitting it up in multiple pages. This only works though if you know where the bottleneck is. If …
20th September 2024
This has also been made available as a GQI ad hoc data source since the trend data is still in soft launch: GitHub: https://github.com/SkylineCommunications/SLC-GQIDS-GetParameterTrendAggregation Catalog: https://catalog.dataminer.services/details/2d54f800-677b-493e-9736-ff027b2b8be2
20th September 2024
Hi, It seems that from time to time an error is being returned when trying to poll the HTTP endpoint. As far as I can see, there are no retries …
20th September 2024
Hi Kristian, another options is to use the special parameter “Correlation Alarm Info” 65006. You can use it to the get relevant data of your correlation event. Here is a …
20th September 2024
Hi Daniel I know I’m a bit late with my answer but I had the same thing a while back and created a temporary script to do an export of …
20th September 2024
Hi Daniel I know I’m a bit late with my answer but I had the same thing a while back and created a temporary script to do an export of …
20th September 2024
Hi Chirangee, Would it be possible please to check if you already requested to get your organization verified on dataminer.services? The process can be found here: Getting your organization verified. …
20th September 2024
It seems your GetAlarmIds method is close to what you want. The Buckets field in the GetCorrelationStatusResponse message represents alarms grouped according to what you specified under ‘Alarm Grouping’ in …
20th September 2024
David, also when im changing Preferred Source Locked from DMA it is working, but when I was trying to use set parameter for button 30561 which is write for source …
20th September 2024
The way you tried to set this up is expected to work just like you would want it. I tried replicating it as well and here the ParameterDescription placeholder is …
20th September 2024
uninstall DMA and Cube from the Administrator account, Create a new user with Administrator access login to the new account and install DMA using custom check the newly added user …
20th September 2024
Open the root view and filter on the protocol name. Select all the elements and right click -> State -> Stop. This will only work if you select only the …
20th September 2024
Hi Bruno, You should be able to go to the Root View and open the element list and from there search “protocol”:”your protocol name”, this should give you a filtered …
20th September 2024
Hi Ashok, I found these related posts: The user is not known in the DataMiner System – DataMiner Dojo User not known in Dataminer System after Admin install – DataMiner …