PTP IN CISCO NEXUS VERSION 9.3(3)
22nd July 2025
Hi Kaoi, In may case, I added following config for NXAPI. feature nxapi nxapi http port 80 nxapi use-vrf default And also, have you tried manual polling by clicking button …
Answer
22nd July 2025
Hi Kaoi, In may case, I added following config for NXAPI. feature nxapi nxapi http port 80 nxapi use-vrf default And also, have you tried manual polling by clicking button …
22nd July 2025
Hi Jesus, I have been able to reproduce the issue that you are experiencing. When using the method GetService to retrieve information about a service, I am also unable to …
21st July 2025
For the time being, I’m using this class for deserializing Modules: Somethings to know is that if you use this class, you’re going to need to set your JsonSerializerSettings to …
21st July 2025
Hi Jose, Having a look at the class library, the IDmsElement interface has a method to restart an element: Method Restart | DataMiner Docs Hope it helps.
21st July 2025
Hi Alma, Could you check if your connector’s Visual Studio solution is referencing the DataMiner Dev Packs | DataMiner Docs? In this case, the Skyline.DataMiner.Dev.Protocol should be the relevant one. …
21st July 2025
Hi Jesus, We have the following API available: GetServicesForView | DataMiner Docs. If you select the Root View (ID:-1), and set the includeSubViews to true, you will get the list …
21st July 2025
Hi Haripriya, Try this, var time = ((ITrackLastModified)instance).LastModified;
18th July 2025
If the page name or the uid (this is unique identifier that is given to each document in DocFx) is still the same after the update, you can do the …
18th July 2025
Hi Baranisudha, You cannot disable the information events. Information events are not meant to be logs, they are meant for having information about the things that happen in the system, …
18th July 2025
Hi Hari, Class Service in Automation scripts has a method for that, SetPropertyValue. E.g.: See Method SetPropertyValue | DataMiner Docs
18th July 2025
Hi Hari, No, that’s not possible.
18th July 2025
Hi Wale, There is currently no feature like this in Dashboards. If you are interested in this, you can create a feature suggestion. As an alternative solution, you could create …
18th July 2025
Hi Pedro, Since you mention that the services are using a service protocol, in the background there is an element coupled to the service. If you wish to collect the …
18th July 2025
Hi Baranisudha, Your setup includes two tables and a time range, where the time range drives the query for the second table. With that in mind, you’ve got a couple …
18th July 2025
Hi Donny, At the moment it is not possible to log out of the Web apps when using SAML authentication. You can find more info about why that is in …