Unable to send GET Request with content in json format
21st October 2021
Have you tried using a POST command instead? Typical usage is to use GET for URL-only requests and POST for requests containing a body.
Answer
21st October 2021
Have you tried using a POST command instead? Typical usage is to use GET for URL-only requests and POST for requests containing a body.
21st October 2021
Hi Mario, Yes, this is possible. Please have a look at DataMiner Help: Configuring notifications in System Center Configuring notifications directly from the Alarm Console or Surveyor In addition, you can find …
20th October 2021
Hey Edson, Seems like something is keeping part of the upgrade package or SLUpgrade.dll in memory (SLNet logging might be more specific). The only workaround would be to figure out …
20th October 2021
Thanks for the extra clarifications in the comments. It’s currently not possible to make the topology cell name dynamic (by referencing a parameter or property or something like that). If …
20th October 2021
Hi, I assume you can work with Executable action in an IAS. Example of a C# script which opens a PDF when executed: using System; using System.IO; using Skyline.DataMiner.Automation; public …
20th October 2021
Do you see any errors in C:\Skyline DataMiner\Upgrades\Packages\<Your Upgrade package name>\progress.log? What could also help is checking the Windows Event viewer (Application logs) for errors related to TaskbarUtility/Upgrading. If you’re …
20th October 2021
Your use-case should be possible with the regular trend parameter component. If it shows “No Trend Data Available”, then it is the DMA agent telling Dashboards that it doesn’t have …
20th October 2021
Hi Bing, When choosing the “Data as displayed on view card” option in the export dialog, the host ID is included.
20th October 2021
Hi Bing, I believe this should already be possible: You could calculate the sum of your column in the driver itself and save it in a separate parameter. This way, …
20th October 2021
Hi, The request of the user is a new feature. Instead of keeping the parameter values, the alarm states must be used in the calulcations. I assume the user wants …
20th October 2021
You can easily create such a table using GQI. Create a query that filters on protocol and selects the required properties: Visualize the result in a table and hit the …
19th October 2021
Normally when you have the alarm template open and you right click you should see the option Export Parameter data. This will allow you to export the template as csv, …
19th October 2021
Hi Sri, I believe there is an option to build a custom AMI under this section – but it would be at AWS admin level. Perhaps something can be saved …
19th October 2021
Hi Jens, You can probably add input/output shape blocks in the grey shape you have in the middle, group these and link the group to the matrix parameter. Then connections …
19th October 2021
Hi Gauthier To complete this question, due to a bug in DataMiner 10.1.8 the Protocol.ShowInformationMessage() was not working as intended. This issue is fixed in DataMiner 10.1.10: DataMiner v10.1.10 Release …