Skyline.DataMiner.Utils.NetworkDevices
1.0.0.3
Prefix Reserved
See the version list below for details.
dotnet add package Skyline.DataMiner.Utils.NetworkDevices --version 1.0.0.3
NuGet\Install-Package Skyline.DataMiner.Utils.NetworkDevices -Version 1.0.0.3
<PackageReference Include="Skyline.DataMiner.Utils.NetworkDevices" Version="1.0.0.3" />
paket add Skyline.DataMiner.Utils.NetworkDevices --version 1.0.0.3
#r "nuget: Skyline.DataMiner.Utils.NetworkDevices, 1.0.0.3"
// Install Skyline.DataMiner.Utils.NetworkDevices as a Cake Addin #addin nuget:?package=Skyline.DataMiner.Utils.NetworkDevices&version=1.0.0.3 // Install Skyline.DataMiner.Utils.NetworkDevices as a Cake Tool #tool nuget:?package=Skyline.DataMiner.Utils.NetworkDevices&version=1.0.0.3
Skyline.DataMiner.Utils.NetworkDevices
About
About Skyline.DataMiner.Utils.NetworkDevices
Skyline.DataMiner.Utils.NetworkDevices is a package available in the public nuget store that contain assemblies that handle logic related to network devices (e.g. Switches, Routers, ...).
These can be used to control network devices on a DataMiner system.
About DataMiner
DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.
The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.
A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").
[!TIP] See also: About DataMiner
About Skyline Communications
At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.
Requirements
The "DataMiner Integration Studio" Visual Studio extension is required for development of connectors and Automation scripts using NuGets.
See Installing DataMiner Integration Studio
[!IMPORTANT] NuGets are mandatory to be installed with PackageReferences. DIS was redesigned to work with PackageReferences and be future-proof.
For more information on how to migrate from packages.config to PackageReferences, see docs.microsoft.com.
Getting started
Only Interfaces have been implemented currently that can be implemented in connector specific libraries (e.g. Skyline.DataMiner.Utils.ConnectorAPI.CiscoManager).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Skyline.DataMiner.Core.DataMinerSystem.Common (>= 1.1.1.3)
- Skyline.DataMiner.Utils.Interfaces (>= 1.0.0.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Skyline.DataMiner.Utils.NetworkDevices:
Package | Downloads |
---|---|
Skyline.DataMiner.ConnectorAPI.Aperi.Chassis
Library providing an interface for Aperi Chassis in DataMiner. Code Entry Point: IDms thisDms = DmsFactory.CreateDms(new RemotingCommunication(remotingConnection)); var myAperiChassis = thisDms.GetAperiChassis("MySwitch"); |
|
Skyline.DataMiner.ConnectorAPI.Arista.Manager
Library providing an interface for Arista Managers in DataMiner. Code Entry Point for automation scripts (using the Skyline.DataMiner.Core.DataMinerSystems.Automation): IDms thisDms = engine.GetDms(); var myAristaManager = thisDms.GetAristaManager("MySwitch"); |
|
Skyline.DataMiner.ConnectorAPI.Cisco.Nexus
Library providing an interface for CISCO Nexus in DataMiner. Code Entry Point: IDms thisDms = DmsFactory.CreateDms(new RemotingCommunication(remotingConnection)); var myCiscoNexus = thisDms.GetCiscoNexus("MySwitch"); |
GitHub repositories
This package is not used by any popular GitHub repositories.