PTP IN CISCO NEXUS VERSION 9.3(3)

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 …

Get Service Protocol version via API

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 …

Parsing exported DOM Module

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 …

Restarting Current Element from QAction

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.

‘SLProtocol’ could not be found

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

Get Service Protocol version via API

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 …

Can we disable automated logs in Information event

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

Dashboards : Navigation menu

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 …

Automation – Get Enhanced Service Parameters

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 …

LCA Sign Out Button

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 …