cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4053
Views
35
Helpful
4
Replies

Cisco DNA Center API Call Python Script Example

# Cisco DNA Center API Call Script

Cisco DNA CENTER SANDBOX Call DNA Center API Call Python Script Example

# Demo using Cisco DNA Center Sandbox
 "host": "sandboxdnac.cisco.com",
 "port": 443,
 "username": "devnetuser",
 "password": "Cisco123!"

# Sample script
 1. Devices
  - Delete Device by Id
  - Get Device Config for all devices
  - Get Device Interface VLANs
  - Get Device by ID
  - Get Device list
  - Get Module Info by Id
  - Get Modules
2. Networks
  - Get Overall Network Health
  - Get L3 Topology Details
  - Get Physical Topology
  - Get Site Topology
  - Get topology details
  - Get VLAN details

3. Site
- Get Site Health

# Development Environment
 - python interpreter => python 3.7
4 Replies 4

jinhyeongkim49932
Community Member

thank you!!

ByeongInJeong
Visitor

thank!!

It has been very helpful in DNA API development

BonYeol Gu
Frequent Visitor
Frequent Visitor

This script was helpful. Thank you.

jincheol.kim
Visitor

oh!! I was looking for this...

Thanks a lot!!