Cisco Nexus DCF
18th June 2024
Hi Randy, DCF is supported since version 1.0.1.2 I’m using latest SLC Main, and it is also working. CISCO Nexus | Catalog (dataminer.services) Regards.
Answer
18th June 2024
Hi Randy, DCF is supported since version 1.0.1.2 I’m using latest SLC Main, and it is also working. CISCO Nexus | Catalog (dataminer.services) Regards.
18th June 2024
Hi Yuki, PTP information is polled from the Cisco Switch via the Cisco NX-API. Basically, Cisco is embedding CLI commands into the HTTP protocol. The following link may be useful …
18th June 2024
Hi Paul, You can achieve this through the Download Button with an interactive automation script. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Utils.InteractiveAutomationScript.Components.DownloadButton.html?q=DownloadButton *Note, this seems to require DataMiner version 10.3.7 (or later).
18th June 2024
In most cases DataMiner is fetching data from SPLUNK, which is data originating already from various sub-systems below SPLUNK. Note that this can be very different from one implementation to …
18th June 2024
Hi Michiel, to send a report by mail using a C# automation script you could use the PrepareMailReport and SendReport methods. Alternatively you could also use the Email action in …
18th June 2024
Hi Baranisudha, Please check the reply from question Is it possible to find the element using IP address with engine.FindElements() – DataMiner Dojo. From there you will have a string …
18th June 2024
Hi, Would the answer to this question help you further: How can I execute an automation script on multiple DMA – DataMiner Dojo ? If the automation script is executed …
18th June 2024
Hi Gerwin, We’ve had a small delay on 10.4.7, but it should be released by the end of this week. (21/06/2024).
18th June 2024
Hi Miquel, I’ve ran into the same issue and raised a ticket(DCP154739) , there is a workaround: Workaround Recycling can be minimized by tweaking the IIS recycle schedule: https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/recycling/ However, since …
18th June 2024
Hi, You can do this by first getting the resources in that pool and then deleting them. Do note that if those resources are in use by bookings, traceData will …
18th June 2024
Hi, That is expected behaviour. This is directly calling a reboot from the server, similar like a user would be logged in on Windows RDP and would be clicking on …
17th June 2024
Hi Ward, Thanks for your feedback. Not sure to understand, because as you can see in the following screenshot (GQI query), there is no filter by default when the page …
17th June 2024
Hi Kévin, A custom operator is indeed a great way to extend, transform, and manipulate data. A custom operator will, for example, do something with each row (in your case, …
17th June 2024
Hi Alexander, For this type of use case I would recommend to use the Data Aggregator DxM. This application allows you to run GQI queries at scheduled times. For example, …