replacing APIGateway certificate

Hi, If the CN and the SANs are different in the new certificate compared to the self-signed one, you might need to change some configuration in DataMiner (maintenancesettings.xml) and IIS …

Retrieve all resources from a list of resource guids

Hi Tim, The most efficient would be to retrieve them in one single request (or the least amount possible). You could use the ‘RetrieveBigOrFilter’ tools method that is available in …

User Defined API to replace SNMP Manager

Hi Johannes, Creating your own APIs can be very beneficial as it gives you greater control over the information you retrieve from DataMiner. In a large system, efficiency is key. …

Dashboard /LCA components – css customization

Hi Tim, It is not (easily) possible to apply your own custom CSS styling to a Dashboard/LCA. Both provide component & page/dashboard/app level customization that can be used to change …

User defined api provide resource id in URL

Hi Tim, It’s not possible to have a (part) of the URL path be dynamic in User-Defined APIs. I suggest that you either use a query parameter to pass the …

Where can we find the PTP app?

DataMiner PTP 1.1.4 (and later versions) is available in the catalog as a private item exclusively for Skyline. End users do not have access to this item because the application …

Generic map component : Authentication

Is it intentional that you are using the legacy maps component? You are probably missing a softlaunch flag for the new one, which isn’t a separate (embedded) app that needs …

change GetCommunity for parameter

Hola Juan, I don’t know your specific use case, but since you are dealing with community strings, you may want to explore the DataMiner Credentials Manager, which allows Managing predefined …

Stop running backup

Hi Stefan, The process TakeBackup.exe is normally coordinating the backup, so ending this task via the Task Manager on the DMA should release those files again, I would assume. I …