cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2452
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

thank you!!

ByeongInJeong
Level 1
Level 1

thank!!

It has been very helpful in DNA API development

BonYeol Gu
Level 1
Level 1

This script was helpful. Thank you.

jincheol.kim
Level 1
Level 1

oh!! I was looking for this...

Thanks a lot!!