Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cisco-en-programmability/dnacenter_device_report
Sample script to generate a Cisco DNA Center managed devices report
https://github.com/cisco-en-programmability/dnacenter_device_report
cisco-dna cisco-dna-center cisco-dnac
Last synced: 25 days ago
JSON representation
Sample script to generate a Cisco DNA Center managed devices report
- Host: GitHub
- URL: https://github.com/cisco-en-programmability/dnacenter_device_report
- Owner: cisco-en-programmability
- License: other
- Created: 2019-08-28T00:19:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T03:56:37.000Z (over 5 years ago)
- Last Synced: 2024-08-03T20:02:59.351Z (4 months ago)
- Topics: cisco-dna, cisco-dna-center, cisco-dnac
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cisco-dnac - dnacenter_device_report
README
# Cisco DNA Center Device Report
This is a Python sample code to showcase how to create a Cisco DNA Center managed devices report.
**Cisco Products & Services:**
- Cisco DNA Center
**Tools & Frameworks:**
- Python environment
**Usage**
- $ python device_report.py
Executing this script will identify how many devices are managed by Cisco DNA Center and create a report with all the devices.
This report will include this information for each device:
- hostname
- device type
- software version
- management IP address
- serial numberThe report will be saved as a CSV file.
- Sample CSV file:
C9800-CL,Cisco Catalyst 9800-CL Wireless Controller for Cloud,16.10.1e,10.93.130.31,9L2L5LASF7
NYC-9300,Cisco Catalyst 9300 Switch,16.9.2,10.93.130.21,FCW2145L0N
PDX-9300,Cisco Catalyst 9300 Switch,16.9.2,10.93.130.43,FCW2169L0JThe code could be easily changed to add or remove information about devices, based on the user needs.
**License**
This project is licensed to you under the terms of the [Cisco Sample Code License](./LICENSE).