Skip to content

Cisco DNA Center python client libraries and sample application

License

Notifications You must be signed in to change notification settings

AstritCepele/DNAC-Python-SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

Cisco DNA Center is a centralized network control and management dashboard for Cisco DNA, an intent-based networking solution.

This project provides a sample Python application and client libraries to access the Platform REST APIs for the Python language. The included sample application performs the following functions:

  • Authenticates with Cisco DNA Center
  • Retrieves a count of the number of networking devices listed in the inventory
  • Displays a high level summary of the networkings devices listed in the inventory

By default the sample application has disabled SSL certificate checking when connecting to Cisco DNA Center, but this can be re-enabled if desired.

Requirements

The following package must be installed prior to running the sample application:

Python 3.4+

Setup

Install via Setuptools.

python setup.py install --user

Run

The sample test program can be run using the following command

./test_python.py -i <ipaddress> -u <username> network

About

Cisco DNA Center python client libraries and sample application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%