Accessing Media Ops Job Properties in Dashboards

Hi David, Short answer, there’s currently no easy way to retrieve jobs using a specific property/value combination. However, this is something that’s on the roadmap of MediaOps. We are working …

Serial connector unstuffing behavior

Hi, -Using the stuffing attribute in the Advanced tag will not work with a “serial” TCP connection. -The response will need to consist of 3 parameters: Header parameter (0x10 0x02) …

User-Defined API – Routes

Hi João, You can have 1 user-defined script which contains multiple subroutes. See example:

User-Defined API – Routes

Hi João, Like Rene hinted at in his comment, it is possible to code all your API behavior in one script and check the ‘requestData.Route’ to see what route was …

Is it possible to retrieve the log file via API?

Hi Minami, Starting from DataMiner version 10.4.5, you could use the GetLogTextFileStringContentRequestMessage SLNet message to retrieve the log file from the DMA. For more details, please see the following release …

Method not found – IDmsElement

Hi Andrea, After inspecting the scripts and a memory dump of SLAutomation, this script has no issues but it got impacted by another script. TL;DR: When referencing a NuGet package …

Configuring email notifications with OAuth on DataMiner

Update from ms: Basic authentication support has been extended, nevertheless, DataMiner will support OAuth in one of the upcoming versions (10.6.4 most likely) Updated Exchange Online SMTP AUTH Basic Authentication …

Updating SAML Certificate

Hi Berman! I don’t think any change will be needed from DataMiner’s side. DataMiner validates the SAML tokens through the App Federation Metadata, which is configured in Azure and shared …

DMS Selft managed – Network arquitecture

DataMiner relies on the Windows OS / Routing table to route traffic so no special configuration is needed in DataMiner. Configuration is only needed on the windows server itself. Each …

Matrix size expansion

Hi, Changing the size of a matrix is considered a breaking change, which is not compatible with the settings on an existing element that had a different matrix size before: …

Calculating in Visio using single field from sensor table?

Placeholders are where it’s at for this one. Retrieve the Specific Field: Use the [param:] placeholder to retrieve the value of a specific table column. For example, you can use [param:DmaID/ElementID,TableParameterID] to reference a …

Alarm template – Hysteresis and Conditions

Hi Catarina, There is no direct workaround for the limitation that prevents using hysteresis and conditions together on the same parameter in a DataMiner alarm template. A possible workaround is …

Spectrum Channel Power measurement

Hi Steve, Can you try setting the start/stop frequency references in Hz rather than MHz? I performed a small test, and the new parameter value gets initialized if the frequency …