cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
740
Views
2
Helpful
1
Replies

APIC-EM : GUI Vs programming language

b-yassamine
Level 1
Level 1

hello everyone

i just was wondering : why using programming language such Python to interact with APIC-EM controller while we just can use the graphic user interface

thanks

1 Reply 1

aradford
Cisco Employee
Cisco Employee

GUI is great for doing simple things.  A good GUI is really important.

Python and API allow the following:

- automation - you can automate the anything that you can do through the GUI.  For example, It gets tedious clicking on 100 devices to add location data.  You could use the API to assign location data to devices.  Any action you need to perform multiple times can be automated with the API.    You could automate the discovery of new devices, automate creation of PnP rules, EasyQoS policies etc...  limitless possibilities.

- integration - you can access any of the  data in APIC-EM and make it available to other applications.  For example, you can get access to all of the devices + serial numbers and integrate that into an asset tracking system.

- innovation - you can extend APIC-EM in ways that the GUI does not (currently) allow.  For example, you could implement Time of Day based QoS policy using the API.

Adam