HTTP Get – 308 Permanent Redirect Issue
18th June 2021
We have a protocol that is polling a HTTP API. We keep getting the “308 Permanent Redirect” response status from the API. However, the API response would be fine when …
Question
18th June 2021
We have a protocol that is polling a HTTP API. We keep getting the “308 Permanent Redirect” response status from the API. However, the API response would be fine when …
18th June 2021
I have a view on which a part of the Visual Overview is linked to another page. When this page is visible, the DCF connections on my switches are also …
18th June 2021
Hi When creating a connector that has an http connection as the main connection and an snmp connection which is only used to retrieve alarm traps, I encoutered the following …
17th June 2021
I’d like to create an automation script that notifies all users with a pop-up message when a certain error alarm is generated. In the DataMiner Help I found documentation on …
17th June 2021
In the DMS (DataMiner 10.0.9.0-9385-CU1), Report and Dashboards is working propertly in only 1 of the 3 DMA’s. The error is that not of the available reports can be edited …
17th June 2021
In an automation script I need to update a ReservationInstance. For example: var reservationInstance = new DataMiner.Net.ResourceManager.Objects.ReservationInstance(new TimeRangeUtc(utcStartTime, utcEndTime)) { ID = bookingGuid, }; the End property of the reservationInstance …
17th June 2021
Hi guys, I would like to know how can I use the [Connection State] parameter (parameter ID 65045) in the [Connection Info] table on the GENERAL PARAMETERS page of the element inside the protocol …
17th June 2021
Is it possible to add more than one element in DM which are based on one physical element, without causing multiple traffic? So far we have only found a way …
17th June 2021
The DataMiner help indicates it is possible to generate a report via a URL. We aim to get a trend graph of a table column with a filter. We failed …
17th June 2021
Hi, I decided to ask the question here instead of opening a ticket as I just need to know if this error can be ignored or is an expected error. …
16th June 2021
I have a table with a configurable display index: When I try to create a service that includes a parameter from the table, the display key filter options listed do …
16th June 2021
I have a dynamic list of alarms, and I’d like to add a button that passes the alarm information to a parameter in an element. This parameter will then create …
16th June 2021
Hello all We’d like to implement a monitor for basic KPIs like Power level and SNR, but the problem here is that it cannot come from a preset defined in …
16th June 2021
For SRM, we understand that Booking and Service Definitions data are stored in Elasticsearch database. What about Resource data? Is this also stored in Elasticsearch database or is it stored …
16th June 2021
When configuring SNMP V3 on a Cisco Catalyst 1000 device running IOS V15.2, SHA-2 Authentication is not available and so the device is configured with SHA-1 Authentication with AES-256 Encryption. …