HTTP Get – 308 Permanent Redirect Issue

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 …

Automation notification pop-up to all users

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 …

Can’t edit templates in Reports and Dashboard

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 …

How to update the End time of a ReservationInstance via code?

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 …

error during upgrade to 9.6 CU23

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. …

Spectrum Analyzer Dynamic Center Frequency

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 …

SRM – Where’s the resource data stored?

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 …

SNMP V3 SHA-1 and AES-256 combination

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. …